[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Success again using MacPorts
From: |
Sebastian Hilbert |
Subject: |
Re: [Gnumed-devel] Success again using MacPorts |
Date: |
Tue, 15 Jun 2010 21:10:24 +0200 |
User-agent: |
KMail/1.13.3 (Linux/2.6.33-6-desktop; KDE/4.4.3; i686; ; ) |
Am Dienstag 15 Juni 2010, 21:01:27 schrieb Jim Busser:
> >> do you think the link
> >> above and the python_select below would achieve the same thing: ?
> >>
> >> sudo port install python_select
> >> sudo python_select python26
> >
> > I believe it does. I used the two lines above as they were designed for
> > that exact scenario and it lets you switch back any time
>
> After I applied python-select, the command
>
> which python
>
> produced
>
> /opt/local/bin/python
>
> which is a symlink to
>
> /opt/local/bin/python2.6
>
> which is a symlink to
>
>
> /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
>
> which offers a bit more flexibility maybe than a direct
>
> sudo ln -s
> /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
Looks good.
Back to X11 and friends.
http://www.macports.org/ports.php?by=name&substr=py26-wxpython
indicates that there is a carbon and gtk variant.
Which one did you select ?
Sebastian