Skip to content

Troubleshooting

Nick Rowlands edited this page Jun 18, 2018 · 1 revision

Running virtualenv env --prompt=\(cla_fe\) fails

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

Clone this wiki locally