dev-setup icon indicating copy to clipboard operation
dev-setup copied to clipboard

/usr/local/bin/virtualenvwrapper.sh: No such file or directory

Open fekezue opened this issue 7 years ago • 4 comments

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

fekezue avatar Jun 04 '18 00:06 fekezue

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.

donnemartin avatar Feb 09 '19 15:02 donnemartin

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.

skiwheelr avatar Dec 14 '19 19:12 skiwheelr

Thanks @skiwheelr your solution helped me out

Kipngetich33 avatar Mar 20 '20 15:03 Kipngetich33

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

blackdahlia118 avatar Aug 21 '21 07:08 blackdahlia118