Well I have a question about running python 3.3.3 on CentOS. I installed using this guide: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/. But instead of downloading 3.3.0 in downloaded 3.3.3 from this link: www.python.org/ftp/python/3.3.3/Python-3.3.3.tgz. So i used:
wget www.python.org/ftp/python/3.3.3/Python-3.3.3.tgz
tar xvzf file.tgz
cd Python-3.3.3
./configure --prefix=/usr/local
make && make altinstall
When I run python using command python I'm still in 2.6.6 (It was on CentOS already before) instead of 3.3.3. What did I do wrong?
You have to start python 3.x with