Try changing the
PYTHONPATH
environment variable. If you are using BASH the below should work. Other Linux shells will be slightly different in how they assign environment variables.export PYTHONPATH=$PYTHONPATH:/usr/local /lib/python2.7/site-packages
No comments:
Post a Comment