You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: