I've tried to run virtualenvwrapper on mac (high sierra 10.13.4) but got this error:
-bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory
I have installed with pip following the docs but nothing seems to work :/
And the curious thing is that the file virtualenvwrapper.sh
exists in the mentioned directory:
lem4fia@MBP-de-Bruno ~ $ ls /usr/local/bin
I have trid to uninstall and re-install virtualenvwrapper but the same issue still happens.
Anyone got a solution?
ls -l /usr/local/bin
?head -1 /usr/local/bin/virtualenvwrapper.sh
?source /usr/local/bin/virtualenvwrapper.sh
? – Millracels -l /usr/local/bin
reveals that virtualenvwrapper.sh points to (?) another path:lrwxr-xr-x 1 lem4fia admin 58 26 Mai 17:50 virtualenvwrapper.sh -> /Users/lem4fia/Library/Python/3.6/bin/virtualenvwrapper.sh
if i source this path returns the same error:-bash: /Users/lem4fia/Library/Python/3.6/bin/virtualenvwrapper.sh: No such file or directory
the other commands you have mentioned returns the same error too – Oldfashioned/Users/lem4fia/Library/Python/3.6/bin/virtualenvwrapper.sh
exist? – Millrace