-1

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.

Art
  • 11
  • 2
  • 4

1 Answers1

0

Add:

export PATH=/path/to/2.7.6/bin:$PATH to your .bashrc file.
Padraic Cunningham
  • 176,452
  • 29
  • 245
  • 321