utahta / pythonbrew

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

Bashrc problem for global installs #108

Closed artlogic closed 6 years ago

artlogic commented 11 years ago

I just attempted a global install on ubuntu 12.04 LTS. Everything worked as expected, except that sudopybrew didn't work. It turned out the quotes on line 108 of the bashrc were part of the problem:

https://github.com/utahta/pythonbrew/blob/master/pythonbrew/etc/bashrc#L108

I removed the quotes, changing the line to:

$pythonbrew "$@"

Everything seems to work now. Before, I was getting a command not found, due to the extra quotes.