Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Environment Path Setting Ignored/Incorrect #660

Open
willupowers opened this issue May 9, 2018 · 0 comments
Open

Python Environment Path Setting Ignored/Incorrect #660

willupowers opened this issue May 9, 2018 · 0 comments

Comments

@willupowers
Copy link

I have set my python environment (python command) under Rodeo preferences to:
/Users/user/anaconda3/envs/myenv/bin/python3.6

However I get:
..
.

import sys
sys.path
['',
'/Users/user/anaconda3/lib/python27.zip',
'/Users/user/anaconda3/lib/python2.7',
'/Users/user/anaconda3/lib/python2.7/plat-darwin',
'/Users/user/anaconda3/lib/python2.7/plat-mac',
'/Users/user/anaconda3/lib/python2.7/plat-mac/lib-scriptpackages',
'/Users/user/anaconda3/lib/python2.7/lib-tk',
'/Users/user/anaconda3/lib/python2.7/lib-old',
'/Users/user/anaconda3/lib/python2.7/lib-dynload',
'/Users/user/.local/lib/python2.7/site-packages',
'/Users/user/.local/lib/python2.7/site-packages/orangeapisms-0.28-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/py3compat-0.4-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/simplejson-3.10.0-py2.7-macosx-10.6-x86_64.egg',
'/Users/user/.local/lib/python2.7/site-packages/iso8601-0.1.11-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/django_forms_bootstrap-3.0.1-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/Orange_Bioinformatics-2.6.25-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/serverfiles-0.2.1-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/requests_cache-0.4.13-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/slumber-0.7.1-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/Genesis_PyAPI-1.2.1-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/mock-2.0.0-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/pbr-4.0.2-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/Orange_NMF-0.1.2-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/nimfa-1.3.4-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/orangecontrib.earth-0.1.4-py2.7-macosx-10.6-x86_64.egg',
'/Users/user/.local/lib/python2.7/site-packages/Orange_Multitarget-0.9.3-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/Orange_ModelMaps-0.2.8-py2.7.egg',
'/Users/user/.local/lib/python2.7/site-packages/Orange_Network-0.3.5-py2.7.egg',
'/Users/user/anaconda3/lib/python2.7/site-packages',
'/Users/user/anaconda3/lib/python2.7/site-packages/Orange/orng',
'/Users/user/anaconda3/lib/python2.7/site-packages/aeosa',
'/Users/user/anaconda3/lib/python2.7/site-packages/backports_abc-0.5-py2.7.egg',
'/Users/user/anaconda3/lib/python2.7/site-packages/html5lib-0.999999999-py2.7.egg',
'/Users/user/anaconda3/lib/python2.7/site-packages',
'/Users/user/anaconda3/lib/python2.7/site-packages/IPython/extensions',
'/Users/user/.ipython']

Rodeo is either ignoring my setting or using the incorrect python path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant