Closed artlogic closed 6 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.
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.