calling a different python interpreter from bash command line
- by Dennis Daniels
I have python 2.7 installed
[user@localhost google_appengine]$ python
Python 2.7 (r27:82500, Sep 16 2010, 18:03:06)
[GCC 4.5.1 20100907 (Red Hat 4.5.1-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
I want to use the python 2.5.2 that is in this directory
[user@localhost Downloads]$ ls |grep…