Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
res0nat0r
on Oct 22, 2013
|
parent
|
context
|
favorite
| on:
OS X Mavericks App Store link
Homebrew seems to be working fine as I just did a brew update without any problems. I was getting virtualenvwrapper errors upon opening a new terminal because that was gone from /Library/Python
I fixed it by doing:
easy_install --upgrade pip
sudo pip install virtualenvwrapper
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I fixed it by doing:
easy_install --upgrade pip
sudo pip install virtualenvwrapper