I'm using virtual environments using virtualenvwrapper on MacOS and it's been working fine until I was working on an environment and something went wrong. When I run the command workon myenv it activates the env but shows the following error
workon myenv
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named virtualenvwrapper
It looks like its calling the wrong python version because I'm using 3.8. I tried reinstalling python 3.8 globally but didn't do anything.
Help would be appreciated!
1.4m articles
1.4m replys
5 comments
57.0k users