how to set environment variable in eric IDE

Posted by ng0323 on Ask Ubuntu See other posts from Ask Ubuntu or by ng0323
Published on 2014-08-20T03:22:20Z Indexed on 2014/08/20 4:30 UTC
Read the original article Hit count: 452

Filed under:
|

I have no problem running a python script from the terminal, but in eric IDE, I am getting this error:

ImportError
libcudart.so.6.0: cannot open shared object file: No such file or directory

Perhaps it's an enviroment variable that needs to be set. In eric, when I run script, I filled in the environment option as follows. I tried

set PATH = usr/local/cuda-6.0/bin

or

PATH = /usr/local/cuda-6.0/bin

or just

/usr/local/cuda-6.0/bin

and they all didn't work.

© Ask Ubuntu or respective owner

Related posts about environment-variables

Related posts about ide