5

I have python 2.7 installed in /opt/python2.7. Now i want to install the devel packages for it but could not find it.

How can i install it os that goes in python2.7 not for default python2.4

lavelle
  • 1,446
  • 1
  • 17
  • 30
Mirage
  • 30,868
  • 62
  • 166
  • 261

1 Answers1

7

Installing Python from source installs the development files in the same prefix.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358