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

-bash: /usr/bin/virtualenvwrapper.sh: No such file or directory #105

Closed
blackdahlia118 opened this issue Aug 21, 2021 · 1 comment
Closed

Comments

@blackdahlia118
Copy link

No description provided.

@blackdahlia118
Copy link
Author

First we have to find "virtualenvwrapper.sh" file then copy that file to " /usr/local/bin/ ".

1st step -: FIND virtualenvwrapper.sh
Change directory -
cd /usr/share/virtualenvwrapper/
then list the files,you can see the FILE "virtualenvwrapper.sh"...
ls
Copy the FILE to " /usr/local/bin/ " -

cp virtualenvwrapper.sh /usr/local/bin/
Then jump to " /usr/local/bin/ "

cd /usr/local/bin/
Run -: ./virtualenvwrapper.sh
Restart Terminal

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

No branches or pull requests

1 participant