Updating python on redhat linux server -
this question has answer here:
- change default python version 2.4 2.6 6 answers
i downloaded , installed python 2.7.6 manually on redhat linux server have trouble making default python version, still uses old python 2.4.3 should make python 2.7.6 default.
add:
export path=/path/to/2.7.6/bin:$path .bashrc file.
Comments
Post a Comment