-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cannot create virtualenv after upgrading OS X 10.6.8 Python to 2.7 #694
Comments
A possible workaround is described here: http://stackoverflow.com/a/5904670 For me:
seems to make it work |
None of the above solutions work. I am also facing the same issue. Tried setting the PYTHONPATH variable as well. |
@Sane-Joker Are you using mkvirtualenv too? mkvirtualenv is part of virtualenvwrapper, and there were reports that virtualenvwrapper is broken on Mac. (#1006) Could you paste your commands and outputs? |
I would say that in many cases the issue will be that the user has Anaconda, then the solution is: You have documented the Anaconda based installation but you don't have an entry in the first section (as you have for other OS). I suggest you add a link from the top so that people don't start a different installation procedure that will end up in trouble. |
If you are still struggling, and experiencing this issue:
Have you tried installing virtualenv with conda and trying again?
|
I just updated my system Python like so: http://wolfpaulus.com/jounal/mac/installing_python_osx/
Does anyone have any insight into the following error:
In my PATH, I have
Thank you for your time in advance.
The text was updated successfully, but these errors were encountered: