Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fekezue opened this issue Jun 4, 2018 · 4 comments
Open

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

fekezue opened this issue Jun 4, 2018 · 4 comments

Comments

@fekezue
Copy link

fekezue commented Jun 4, 2018

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

@donnemartin
Copy link
Owner

Hi @fekezue, check out #80 which might be related to the virtualenvwrapper issue you're seeing. Does that address it? I haven't seen the lldb warning.

@skiwheelr
Copy link

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.

@Kipngetich33
Copy link

Kipngetich33 commented Mar 20, 2020

Thanks @skiwheelr your solution helped me out

@blackdahlia118
Copy link

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

#105 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants