I downloaded and installed python 2.7.6 manually on redhat linux server but I have trouble making it as a default python version, it still uses an old python 2.4.3 What should I do to make python 2.7.6 default.
Asked
Active
Viewed 102 times
1 Answers
0
Add:
export PATH=/path/to/2.7.6/bin:$PATH to your .bashrc file.

Padraic Cunningham
- 176,452
- 29
- 245
- 321