utahta / pythonbrew

Python Environment manager
MIT License
1.44k stars 162 forks source link

DRY for Python versions #128

Open beltiras opened 11 years ago

beltiras commented 11 years ago

At the moment, the only thing pythonbrew install [version] does differently for the versions is get a different source package from python.org.

Couldn't you just take the parameter from the command line instead of filtering it through your config lens?