Hi,
Which is the best location to install Python in Linux? Should it be under one
directory or different (like lib, doc, bin etc.)?
I followed installation instructions in "inst.pdf" from python documents. I can
see that Python 2.4.1 has been installed in /user/lib/local by standard
installati
Python 2.3.2 came with the linux distribution which is located in /usr/lib.
Installed 2.4.1 in /usr/local/Python-2.4.1
updated /etc/profile path so IDLE or "python" would point to the latest version
(2.4.1).
PATH="$PATH:/usr/local/Python-2.4.1/:."
export PATH
But it is still poin
harm If I
comment the it out (import readline)?
Thanks - Andy
- Original Message -
From: "Nick Lunt" <[EMAIL PROTECTED]>
To: "Andy Dani" <[EMAIL PROTECTED]>, tutor@python.org
Subject: RE: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path
Date: Fri