Hacker News new | ask | show | jobs
by dagw 4811 days ago
Just start using virtualenv for everything. By default virtualenv starts you with a clean python setup each time and nothing you've installed globally with pip will affect you.