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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -