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

It's not possible to install with Anaconda #26

Open
lucasbm88 opened this issue Oct 21, 2017 · 2 comments
Open

It's not possible to install with Anaconda #26

lucasbm88 opened this issue Oct 21, 2017 · 2 comments
Assignees
Labels

Comments

@lucasbm88
Copy link
Member

When trying to install Marvin toolbox with Python Anaconda an error is being thrown when running the command mkvirtualenv

@lucasbm88 lucasbm88 added the bug label Oct 21, 2017
@takabayashi takabayashi self-assigned this Oct 31, 2017
@takabayashi
Copy link
Member

Any error log to help?

@takabayashi
Copy link
Member

To solve this problem just set the env variable VIRTUALENVWRAPPER_PYTHON to your own python installation (not provided by anaconda).

If you don't have a diferent python installation then install using sudo apt-get install python2.7-dev python-pip ipython

To set the env variable use:

echo "export VIRTUALENVWRAPPER_PYTHON=/usr/lib/python2.7" >> $HOME/.bash_profile
source $HOME/.bash_profile

and try again...

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

No branches or pull requests

2 participants