On 26Aug2010 14:37, Sylvain Mora <sylvain.m...@googlemail.com> wrote:
| I use python for more than a year now and i bought a MacBook in July. I
| installed Python 2.7 using the .dmg archive on the official website. After
| the installation I launched the Update Shell Profile.command script,
| but it doesn't work with ZSH. That's why I have write a small patch to
| be able to use this script with ZSH shell.
| 
| He simply set the path fo zsh shell.
[...]
| +zsh)
| +        PR="${HOME}/.zshenv"

The equivalent of .profile/.bash_profile in zsh is the .zprofile file.
The .zshenv is not where your account setup should live and is not what
should be used in this patch.

Cheers,
-- 
Cameron Simpson <c...@zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

Shape without form, shade without colour,
Paralysed force, gesture without motion;        - T.S. Eliot, _The Hollow Men_
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to