How to Install and Run Multiple Python Versions on Windows 10/11 | pyenv & virtualenv Setup Tutorial

preview_player
Показать описание
This video will show you how to install and run different Python versions on Windows 10/11 using pyenv. You will learn to seamlessly switch between multiple Python versions and set specific Python versions for dedicated folders. Additionally, we will set up virtual environments (virtualenv) for your Python projects and use them in Visual Studio Code.

Recording Gear

⏰ Timestamps:
0:00 Intro
0:55 Install pyenv on Windows 10/11
4:54 Install Python through pyenv
5:57 Set a specific Python version in a PowerShell
6:34 Set global Python version with pyenv
6:58 Install latest Python release candidate with pyenv
7:36 Set a specific Python version for a project
8:26 Using Python virtual environments with pyenv
9:59 Use Python virtual environments in VSCode
12:02 Outro
Рекомендации по теме
Комментарии
Автор

for people whose "python -V" is showing old version after pyenv shell NEW_PYTHON_VERSION, head over to search bar and type "Manage app execution aliases" and untoggle all the python related thing, check if the command works now in a new terminal, if not then you have to uninstall all the previous instances of python installed from control panel while having already done the first step above. It should solve the issue. Enjoy folks!! Nice video dude <3

ayushporwal
Автор

Probably one of the best tutorial videos i've seen, thank you!!

justdoit
Автор

Just under 5 minutes in and already an absolutely perfect tutorial, great work!

NetPwn
Автор

This was completely necessary for someone like me running full time linux and having to work sometimes on windows with no idea how to even "cd" or "ls -l" on windows. Thank god the powershell has those commands.

e
Автор

Thank you tremendously for this video--you beautifully outlined or "colored-in" what was missing from the GitHub docs to run versions and even virtual environment with VS Code. Brilliant. Thank you. 🙂

visceralcinema
Автор

thank you. this quick tutorial is very useful - it saved my day indeed - your voice is understandable and clear - which is not so obvious nowadays.

alessandrolazzaro
Автор

Very helpful tutorial. Now my device able to run multiple versions of python. 👍🏽

nuraimi
Автор

This is an incredible tutorial. It's straight to the point and tells you everything you need to know to get started. Thank you!

jacobhuss
Автор

great tutorial with thorough explanation. Thanks bud

davidvallejo
Автор

Thank you so much K0nze!!
This tutorial is the best about pyenv in youtube!!!
You saved my life a lot of times.
The first time I watched it was in 2022 and today you helped me again !!
God bless you so much !!!

deivisonribeiro
Автор

This is very helpful and straight forward! Thank you for your effort on this video!

aramkim
Автор

You can tell this video is good because I have a room temp IQ and I was able to understand this. Well done.

brettbosserman
Автор

Hey there! massive thanks for this tutorial! Seriously, it's hands down one of the best I've come across. Your explanations were super clear, and those ready-made commands? Genius move! Saved me a ton of time and hassle, so cheers for that. Keep up the awesome work, and I'll definitely be keeping an eye out for more of your tutorials

mrunalbavkar
Автор

I can't thank you enough Sir. This is just what I wanted to solve my problem. Also, got to know about pyenv and I'll use it now onward.

GreymatterYT
Автор

Thank you so much. This is exactly what I needed. Very easy and straight to the point.

sorintatah
Автор

after multiple iterations, it took me this one video to get it right. thank you!

manojsundararajan
Автор

Wow, thank you so much for the step by step explanation, it was really helpful!

TheMalni
Автор

Thank you! I couldn't follow other vids but yours was the one.

miguelvera
Автор

Best video on virtual_env on windows! keep it up, dude!

akshaynarasimhan
Автор

Using the the command pyenv shell 3.7.9 does not change the python version to 3.7.9 rather gives me my default system python version

obatochukwu