-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
Nick Rowlands edited this page Jun 18, 2018
·
1 revision
When you run
virtualenv env --prompt=\(cla_fe\)
you might get the error:
-bash: /usr/local/bin/virtualenv: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory
One fix is to reinstall virtualenv. See https://stackoverflow.com/questions/29732235/error-message-for-virtualenvwrapper-on-mac-os-x-yosemite-10-10-3/43458830