On Tue, Jun 15, 2010 at 4:26 PM, Benjamin Kaplan
wrote:
> On Tue, Jun 15, 2010 at 3:55 PM, Dan Stromberg
> wrote:
> >
> > I don't think #!/usr/bin/env python is the right thing - unless a script
> > really doesn't care much what version of python it gets.
> >
> > I used to #!/usr/bin/env everythi
On Tue, Jun 15, 2010 at 3:55 PM, Dan Stromberg wrote:
>
> I don't think #!/usr/bin/env python is the right thing - unless a script
> really doesn't care much what version of python it gets.
>
> I used to #!/usr/bin/env everything, but I've been updating my old scripts
> not to. It's just too much
I don't think #!/usr/bin/env python is the right thing - unless a script
really doesn't care much what version of python it gets.
I used to #!/usr/bin/env everything, but I've been updating my old scripts
not to. It's just too much trouble, despite the one minor simplification it
provides.
My Ub
Benjamin Kaplan wrote:
On Mon, Jun 14, 2010 at 3:09 AM, Alexzive wrote:
thanks guys,
the solution for me was
python2.4 setup.py install --prefix=/usr/local
cheers, AZ
Don't do that! Like Steven said, you'll kill your system that way.
Lots of programs in Linux use Python and those programs
On Mon, Jun 14, 2010 at 3:09 AM, Alexzive wrote:
> thanks guys,
>
> the solution for me was
>
> python2.4 setup.py install --prefix=/usr/local
>
> cheers, AZ
>
Don't do that! Like Steven said, you'll kill your system that way.
Lots of programs in Linux use Python and those programs expect
/usr/bi
thanks guys,
the solution for me was
python2.4 setup.py install --prefix=/usr/local
cheers, AZ
On Jun 14, 11:00 am, Steven D'Aprano wrote:
> On Mon, 14 Jun 2010 01:30:09 -0700, Alexzive wrote:
> > what to change in order to get "python" calling python 2.4.3 instead of
> > 2.6.4 (at least durin
On Mon, 14 Jun 2010 01:30:09 -0700, Alexzive wrote:
> what to change in order to get "python" calling python 2.4.3 instead of
> 2.6.4 (at least during python setup.py build)?
That will do bad things to your system, which will be expecting the
system Python to be 2.6 and instead will be 2.4. You
On Mon, Jun 14, 2010 at 6:30 PM, Alexzive wrote:
> what to change in order to get "python" calling python 2.4.3 instead
> of 2.6.4 (at least during python setup.py build)?
>
> I suppose I need something like changing the link to /usr/local/bin/
> python..
> but I fear to do something bad by myself
You can try a package : python_select
On Mon, Jun 14, 2010 at 2:00 PM, Alexzive wrote:
> Hello there,
>
> my Mandriva has the 2.6.4 python pre-installed (in /usr/lib64/
> python2.6/)
> I need to install numpy 1.4 for python 2.4.3 (I installed it
> separately from source on/usr/local/lib/python2.
Hello there,
my Mandriva has the 2.6.4 python pre-installed (in /usr/lib64/
python2.6/)
I need to install numpy 1.4 for python 2.4.3 (I installed it
separately from source on/usr/local/lib/python2.4/ )
but still typing "python" I get:
Python 2.6.4 (r264:75706, Jan 8 2010, 18:59:59)
[GCC 4.4.1] o
10 matches
Mail list logo