utahta / pythonbrew

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

pythonbrew on zsh? #111

Closed gkze closed 9 years ago

gkze commented 11 years ago

I see that there is a bashrc in .pythonbrew/etc/, but can that somehow be used with zsh? Otherwise, how can the bashrc be converted into a zshrc? I would like to keep using zsh and not have to convert back to bash again.

wting commented 11 years ago

Yes you can use it with zsh (I am). FYI, in general zshrc can be thought of as a superset of bash except for niche constructs (e.g. regex conditional matching, tab completion is different).

gkze commented 11 years ago

Awesome, I'm sourceing it with zsh with no errors. Thanks