pythonbrew
pythonbrew copied to clipboard
Pythonbrew's bashrc $PATH error
Hi,
I found a weird bug. In my $PATH I have a directory with (a single whitespace) in name. It's properly escaped, e.g./Users/bilbo/Some\ Directory/bin. Pythonbrew's bashrc script will set $PATH to everything before the whitespace character ignoreing the rest, e.g./Users/bilbo/.pythonbrew/bin:/Users/bilbo/Some and that will effectively make shell unusable :).