We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to install Marvin toolbox with Python Anaconda an error is being thrown when running the command mkvirtualenv
The text was updated successfully, but these errors were encountered:
Any error log to help?
Sorry, something went wrong.
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
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
echo "export VIRTUALENVWRAPPER_PYTHON=/usr/lib/python2.7" >> $HOME/.bash_profile
source $HOME/.bash_profile
and try again...
takabayashi
No branches or pull requests
When trying to install Marvin toolbox with Python Anaconda an error is being thrown when running the command mkvirtualenv
The text was updated successfully, but these errors were encountered: