pythonbrew icon indicating copy to clipboard operation
pythonbrew copied to clipboard

Pythonbrew's bashrc $PATH error

Open tomekwojcik opened this issue 14 years ago • 0 comments

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 :).

tomekwojcik avatar Mar 01 '12 12:03 tomekwojcik