OpenTechSchool-Leipzig / learning-resources

Tutorials, books, articles, videos and more to learn coding
31 stars 1 forks source link

Managing Multiple Python Versions With pyenv #38

Open normade opened 5 years ago

normade commented 5 years ago

Name of the resource Managing Multiple Python Versions With pyenv

Link where to find the resource https://realpython.com/intro-to-pyenv/

A short description

In this article, you’ll learn how to:

  • Install multiple versions of Python
  • Install the latest development version of Python
  • Switch between the installed versions
  • Use virtual environments with pyenv
  • Activate different Python versions and virtual environments automatically

Additional notes