Hi, 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. Sorry for errors in the e-mail and the patch, but i'm french student and it is my first patch. Hoping that it is useful for you, best regards Sylvain
If you could, Sylvain, please post the patch to bugs.python.org. That way it doesn't get lost amongst the emails sent to python-dev. -Brett On Thu, Aug 26, 2010 at 05:37, Sylvain Mora <sylvain.mora@googlemail.com> wrote:
Hi,
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.
Sorry for errors in the e-mail and the patch, but i'm french student and it is my first patch.
Hoping that it is useful for you, best regards Sylvain
_______________________________________________ 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/brett%40python.org
Hi, Is it possible to know the name of the macos package maintainer ? Regards, Sylvain Le 27 août 2010 à 00:40, Sylvain Mora a écrit :
Le 26 août 2010 à 23:20, Brett Cannon a écrit :
If you could, Sylvain, please post the patch to bugs.python.org. That way it doesn't get lost amongst the emails sent to python-dev.
-Brett
Hi,
Thank you for you answer. I will post the patch to bugs.python.org.
Regards, Sylvain
In article <1F312497-C55F-4E0B-BD58-1C249416F714@gmail.com>, Sylvain Mora <sylvain.mora@googlemail.com> wrote:
Is it possible to know the name of the macos package maintainer ?
Ronald Oussoren. If you select Components -> Macintosh in the bug tracker when opening a new bug it will be assigned automatically; if not, someone will see it and update appropriately. -- Ned Deily, nad@acm.org
Hi Sylvain
Sorry for errors in the e-mail and the patch, but i'm french student
Being polite or cautious is a good thing in Internet communication, but you don’t have to apologize about that. Everyone tries to express themselves as clearly as possible, but nobody is judged because of language. When someone makes a patch with a typo, the right reaction is to say “thank you” and to fix the typo. More information: http://ostatic.com/blog/more-bad-english-please
and it is my first patch.
We’ve all been there, don’t worry. We won’t bite, even if people may appear abrupt in such technical discussion (well, there are also real flamefests for some sensitive topics :). Thank you for your contribution. Regards
On 26Aug2010 14:37, Sylvain Mora <sylvain.mora@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 <cs@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_
Hi !
Ronald Oussoren. If you select Components -> Macintosh in the bug tracker when opening a new bug it will be assigned automatically; if not, someone will see it and update appropriately.
Thank you, I have never used a bug tracker. The next time i shall know. Le 27 août 2010 à 10:03, Cameron Simpson a écrit :
On 26Aug2010 14:37, Sylvain Mora <sylvain.mora@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.
You are right, I have the bad habit to use this file. I am going to modify the patch before putting him on the tracker. Best regards, Sylvain
participants (5)
-
Brett Cannon
-
Cameron Simpson
-
Ned Deily
-
Sylvain Mora
-
Éric Araujo