Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Real Python - Start Managing Multiple Python Versions With pyenv

Posted By: ELK1nG
Real Python - Start Managing Multiple Python Versions With pyenv

Real Python - Start Managing Multiple Python Versions With pyenv
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 14 Lessons (40m) | Size: 66.2

Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions?

Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest versions of Python? Maybe you’d like to try out these new features, but you don’t want to worry about messing up your development environment. Luckily, managing multiple versions of Python doesn’t have to be confusing if you use pyenv.

This course will provide you with a great overview of how to maximize your time spent working on projects and minimize the time spent in headaches trying to use the right version of Python.

In this course, 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