Kushal Kumaran wrote:
On Sun, Jun 21, 2009 at 9:04 PM, Vincent Davis wrote:
I am running python on a mac and when I was getting going it was difficult
to setup information. Specifically how modify bash_profile, how pythonpath
works and how to set it up. how to switch between python versions. How
tkp...@hotmail.com wrote:
> I think a setup guide for the Mac would prove very useful. Earlier
> this year, I tried installing Python 2.6 on my iMac, and ran into all
> sorts of problems, largely as a result of the fact that I knew very
> little about Unix. I finally downloaded and installed the
On Jun 22, 2009, at 8:56 AM, aberry wrote:
thanks for suggestion...
what should I put in 'bashrc ' so that I can switch between different
version.
as python command will always point to one Python framework (lets
either
2.4.x or 2.5.x).
Something like this would work:
alias py25='/Librar
aberry wrote:
>
> thanks for suggestion...
> what should I put in 'bashrc ' so that I can switch between different
> version.
> as python command will always point to one Python framework (lets either
> 2.4.x or 2.5.x).
if you want to switch, put in there three different lines, and comment that
thanks for suggestion...
what should I put in 'bashrc ' so that I can switch between different
version.
as python command will always point to one Python framework (lets either
2.4.x or 2.5.x).
regards,
aberry
Diez B. Roggisch-2 wrote:
>
> aberry wrote:
>
>>
>> Switching between python ver
I think a setup guide for the Mac would prove very useful. Earlier
this year, I tried installing Python 2.6 on my iMac, and ran into all
sorts of problems, largely as a result of the fact that I knew very
little about Unix. I finally downloaded and installed the Enthought
Python distribution for th
aberry wrote:
>
> Switching between python version
> Lets assume you have python 2.4.x and now you installed 2.5.x.By default
> python path will point to 2.4.x. To switch to python 2.5.x, use following
> commands...
>
> cd /usr/bin
> sudo rm pythonw
> sudo ln -s "/Library/Frameworks/Python.frame
Switching between python version
Lets assume you have python 2.4.x and now you installed 2.5.x.By default
python path will point to 2.4.x. To switch to python 2.5.x, use following
commands...
cd /usr/bin
sudo rm pythonw
sudo ln -s "/Library/Frameworks/Python.framework/Versions/2.5/bin/pythonw"
py
On 22 juin, 12:44, Kushal Kumaran
> Have you seen the page athttp://www.python.org/download/mac/and the
> pages linked from it?
>
As a (usefull) add-on : iPython (a must), I found this page a good
help :
http://www.brianberliner.com/2008/04/ipython-on-mac-os-x-105-leopard/
Olivier
--
http://mail
On 22 juin, 12:44, Kushal Kumaran
wrote:
> On Sun, Jun 21, 2009 at 9:04 PM, Vincent Davis
> wrote:
> > I am running python on a mac and when I was getting going it was difficult
> > to setup information. Specifically how modify bash_profile, how pythonpath
> > works and how to set it up. how to s
On Sun, Jun 21, 2009 at 9:04 PM, Vincent Davis wrote:
> I am running python on a mac and when I was getting going it was difficult
> to setup information. Specifically how modify bash_profile, how pythonpath
> works and how to set it up. how to switch between python versions. How/where
> to install
11 matches
Mail list logo