I'm really new to Linux environment and I'm trying to use virtualenv
I have CentOS 5.8 running and at first it had Python 2.4 so I upgraded it to 2.5.2
But now when I run virtualenv /test/a
it still gives a error as:
Error: None
Error: this script requires Python 2.5 or greater
Any help to solve this problem is really appreciated.
Note: I installed python using:
wget http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tgz
tar fxz Python-2.5.2.tgz
cd Python-2.5.2
./configure
make
make install
I installed virtualenv before the upgrade using:
yum install gcc python-virtualenv mysql-devel screen
"which userenv" says /usr/bin/virtualenv