On 20Aug2013 09:01, Uwe Rangs wrote:
| Ah, I see. Thank you!
Please don't top post. Thanks.
| On 2013-08-20 05:39:56 +, Steven D'Aprano said:
| >alias python1.5='env -u PYTHONSTARTUP python1.5'
I should point out that -u is a GNU env feature. It is not portable,
and in particular OSX "env"
Ah, I see. Thank you!
On 2013-08-20 05:39:56 +, Steven D'Aprano said:
On Mon, 19 Aug 2013 22:24:46 +0200, Uwe Rangs wrote:
My workflow at the moment is to set a link: mv python python_old
ln -s /usr/local/bin/python3.2 python
But is this a good idea?
You should never change the system
On Mon, 19 Aug 2013 22:24:46 +0200, Uwe Rangs wrote:
> My workflow at the moment is to set a link: mv python python_old
> ln -s /usr/local/bin/python3.2 python
>
> But is this a good idea?
You should never change the system Python, since that runs the risk of
breaking system tools that expect
On Mon, Aug 19, 2013 at 4:14 PM, Uwe Rangs wrote:
> Hello,
>
> how can I change the default version of python with os x 10.7.
>
> Thanks,
> Uwe
>
> --
> http://mail.python.org/mailman/listinfo/python-list
You might want to look at this:
http://stackoverflow.com/questions/5846167/how-to-change-d
My workflow at the moment is to set a link:
mv python python_old
ln -s /usr/local/bin/python3.2 python
But is this a good idea?
-- Uwe
On 2013-08-19 20:14:04 +, Uwe Rangs said:
Hello,
how can I change the default version of python with os x 10.7.
Thanks,
Uwe
--
http://mail.python.org
Hello,
how can I change the default version of python with os x 10.7.
Thanks,
Uwe
--
http://mail.python.org/mailman/listinfo/python-list