Using multiple Python version on Windows

preview_player
Показать описание
Using multiple Python version on Windows

As a developer, I find that I need to switch between different Python versions when I'm working on projects.
I have my own way of doing this!
In this video, I will show you an easy way to toggle between different versions of Python on your Windows machine.

ABOUT OUR CHANNEL
Our channel is about coding a development. We cover lots of cool stuff such as Django, React, Javascript, AJAX, Coding on DLT's
Check out our channel here:
Don’t forget to subscribe!

CHECK OUT OUR OTHER VIDEOS

FIND US AT

GET IN TOUCH

FOLLOW US ON SOCIAL
Get updates or reach out to Get updates on our Social Media Profiles!

SUPPORT US
HBAR wallet: 0.0.290086

HIRE ME
Need help with a project? Hire me on a freelance basis?

DISCOUNTS
Visit our website to get some fantastic discounts
Рекомендации по теме
Комментарии
Автор

A couple of weeks ago I was sorting python versions at my machine. VSCode hasn't seen a certain version. It took me an hour to fix it. If I only saw your video. 👍👍👍

artusuroda
Автор

I giggled ☺
Very interesting way to add multiple versions of Python and control their usage. Thank you for your time and for the video.

nikola
Автор

It's actually the cleanest and clearest video on you tube on this topic. THANK YOU

manasuniyal
Автор

I would like to have something much cleaner like "node package manager". But I have to say that your approach is really concise and works perfectly

LisandroDC
Автор

Thanks! If someone still gets "python not recognized as an internal ...", just try to move those two paths all the way to the top in your "SYSTEM" path. That worked for me.

ananthakrishnank
Автор

Cheers - succinct and useful. Have seen some horribly complicated videos so I'm glad I stumbled on this one.

Gareth.W
Автор

Clear, Concise, Easy. Better than any other ones out there. Thank you :D

suvrangshubarua
Автор

its rare to see some solutions actually work in utube... good vid

shazam
Автор

Thanks. Much easier than other guides.

Gigudrion
Автор

This will help me and another programmer a lot in version management. Thanks Bro

malwaredev
Автор

Thank You so so much. This helped me download the Sentence-transformers. You saved me

fishfuse
Автор

thank you heavens and you... simple to the point and useful af

azvasamusic
Автор

It should also be mentioned that if you're on you venv and you want to use a package that is already installed on the host, that package will use the kernel for the *first* python version you installed regardless of the PATH configuration. To avoid this, install those packages again on your venv. (Tested while using jupyterlab/jupyter-lab). I ran into this issue because I thought 'I will need jupyter for everything', I might as well install it on the host and not time and time again on the venv's. Turns out, you need to for maximum compatibility with the version of python you want to use.

levvillanueva
Автор

By far simplest aay to use multiple versions.

rahulkr
Автор

yeah this works, thanks for the guide

lumpymilktea
Автор

What exactly did you do at 3:06? Screens start magically appearing. You clicked on something in the lower part of the screen. What was it! I'm loving the video so far. Just can't figure out how you went from the Console to those navigation panes. Thank you.

joelprestonsmith
Автор

Hey manh i tried this its not working when i install a new version of Python does the environment variables get added directly in ur environment variables path
Cuz when i download i need to manually add the path in env variables and when i move it up yet no change it is showing me the 3.11 version only whereas i want to run 3.7 version
what should i do can someone pls help out?

robo
Автор

hello
i have two python version 3.10 and 3.7.8, I want PY 3.7.8 on priority when I type PY on CMD for Machine learning.

sushantsawant
Автор

There are no python files in the path but i have installed both 3.7 and 3. 11 version. What shld i do

lohithasai
Автор

Not bad but great. I may use this craft method if nothing better appears

JavierSalazar-if