Updating python on redhat linux server -


this question has answer here:

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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -