Y
Hacker News
new
|
ask
|
show
|
jobs
by
jyap
4809 days ago
Yeah. You can use 'pip uninstall'.
1 comments
pirer
4809 days ago
I ended doing the following for those who are in the same situation:
pip freeze > pip_list_with_sudo.txt sudo pip uninstall -r pip_list_with_sudo.txt
So now let's start doing things right with virtualenv...
link