utahta / pythonbrew

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

"pythonbrew use" is not persisting when I close open a new session in the Terminal. #117

Closed brunogama closed 11 years ago

brunogama commented 11 years ago

"pythonbrew use" is not persisting when I close open a new session in the Terminal.

Actually I don't know if I understood the use of the command "pythonbrew use" but it is not persisting to the 2.7.3

I am using OSX 10.8.3.


[Edit] Forget it. i re-read the documentation and discovered the command switch.

motiteux commented 11 years ago

pythonbrew use 2.7.3 sets the pythonpath and some other environment variables only for the current session. For a set of persistent environment variables, you need to use pythonbrew switch 2.7.3. This command will change files in your ~/.pythonbrew/etc folder.

brunogama commented 11 years ago

thanks