Ben Norquist

Results 1 issues of Ben Norquist

When using brew install python and adding `export PATH=/usr/local/bin:/usr/local/sbin:$PATH` to your .profile python still points to the system python executable. Instead you have to add this to the .profile: `export...