ubuntu - Managing Python Packages -


i have 2 versions of python installed. 2.7.6 default version shipped ubuntu 14. have 2.7.10 compiled source installed in /opt/python2.7/

is possible use ubuntu repository install python packages 2.7.10 stored in directory? understand use pip i'm curious if apt-get same thing.

some of packages need dateutils , cheetah.

thanks

maybe use pyenv. , according documentation have:

  • let change global python version on per-user basis.
  • provide support per-project python versions.
  • allow override python version environment variable.
  • search commands multiple versions of python @ time. may helpful test across python versions tox.

Comments