Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to use virtualenvwrapper on Mac OSX

I tried $ pip install virtualenv virtualenvwrapper and it says that virtualenvwrapper is already there in python 3.6

I then tried

echo "# Virtual Environment Wrapper"
echo "source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bash_profile
source ~/.bash_profile

It says "/usr/local/bin/virtualenvwrapper.shsource: No such file or directory"!

I tried to uninstall virtualenvwrapper and it says:

Cannot uninstall requirement virtualenvwrapper, not installed

My system cant seem to make a decision. It says virtualenvwrapper is installed and then says its not installed. Please help.

I would also like to add the fact that, I cant install any package without sudo command beacuse terminal says cache is disabled.

like image 399
Jake259 Avatar asked Nov 30 '25 11:11

Jake259


1 Answers

In terminal type: which virtualenvwrapper.sh In my case showed me: /Library/Frameworks/Python.framework/Versions/3.6/bin/virtualenvwrapper.sh

Now go to that location copy and place virtualenvwrapper.sh in : /usr/local/bin/

like image 94
Wojciech Kuczer Avatar answered Dec 03 '25 01:12

Wojciech Kuczer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!