Hacker News new | ask | show | jobs
by mccutchen 5440 days ago
Likewise curious. Seems like that should be addressed in the README.
1 comments

Pythonbrew installs multiple versions of python and manages your path so you can switch which ones are active. I have only played around with it a bit, but the combination of Pythonbrew and Virtualenv should be approximately the same as rvm for ruby.
hmm... what about many virtual envs each with their own pythons?