/usr/local/bin/virtualenvwrapper.sh: No such file or directory
Every time I open my terminal prompt, I am getting this error and all my attempt to resolve it has failed. Anyone seen this before?
-bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory warning: could not open directory '.lldb/': Permission denied
Thanks
Fidelis
Hi @fekezue, check out https://github.com/donnemartin/dev-setup/issues/80 which might be related to the virtualenvwrapper issue you're seeing. Does that address it? I haven't seen the lldb warning.
Okay so if you just want to get rid of the messages when terminal starts, do this: or, like I did..just uninstall virtualenvwrapper
sudo pip uninstall virtualenvwrapper and then install it with easy_install sudo easy_install virtualenvwrapper this time I found the file "/usr/local/bin/virtualenvwrapper.sh" installed... Before that I weren't finding that file anywhere even by this command find / -name virtualenvwrapper.sh
However: it still takes a while to start a new terminal because something is processing, which I don't like. If anyone knows which package to uninstall, lmk.
Thanks @skiwheelr your solution helped me out
Every time I open my terminal prompt, I am getting this error and all my attempt to resolve it has failed. Anyone seen this before?
-bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory warning: could not open directory '.lldb/': Permission denied
Thanks
Fidelis
https://github.com/donnemartin/dev-setup/issues/105#issuecomment-903075872