标签: python-3.x
-bash: /usr/bin/yum: /usr/local/bin/python2: bad interpreter: No such file or directory
前步骤
]# ln -s /usr/local/bin/python3.3 /usr/bin/python
export PATH=$PATH:/usr/local/bin/python
python -V Python 3.3.3