Switching Between Python Versions in Windows - Use Builtin PyLauncher To Switch Between Python 2 & 3

preview_player
Показать описание
Switching Between Python Versions in Windows is really simple with PyLauncher. Also you can use a special comment on the top of python scripts to tell PyLuncher whether the python script will run using Python 2 or Python 3. In this video I showed you exactly how you can easily switch Python versions in Windows. If you have both Python 2.x and Python 3.x installed on your Windows computer and want to use both Python versions then this video is right for you. The comment you need to put at the top of the Python scripts is...

-- For Running a Python Script Using Python 2
#!python2

-- For Runnning a Python Script Using Python 3
#!Python3

You Can Read More of PyLauncher From Here...

How Do You Switch Between Python 2 and 3 and Vice Versa

-- To Use Python 2 in Command Line
py -2

-- To Use Python 3 in Command Line
py -3

===========My Other Python Videos=============

-- How to Install Python 2.x & Python 3.x in Windows 10/8/7

=================== About in2Rafi ===================
in2Rafi is an educational channel aimed to provide tech tips, tricks, hacks and solutions to everyone. In in2Rafi channel I regularly publish videos on Android devices, iPhone, iPad, iOS devices, Windows O/S, Programming, Hardware relevant problems and solutions, Graphic design, Video editing, SEO, Digital marketing & Microsoft Office suites etc. Please support my channel by subscribing my channel from here...

=================== Connect With Me =================
- Facebook Group :
- Linkedin :
- Reddit :
Рекомендации по теме
Комментарии
Автор

I've been searching for this video from past 2 days i remember watching it but wasn't able to found it gonna save it in playlist and liked videos

devarfat
Автор

Tienes mi like buen video...works perfect (y)

Zaeliot
Автор

wow, thanks. Quick question quick solution. Thanks for the video, bhalo hoeche!!

debarghyadutta
Автор

The issue is when installing site packages, how should we use "pip install" separately?

muj.admani
Автор

IS ther any way to specify which version of python to use when typing "python -m ..." ?

loki
Автор

Great video on using the PyLauncher from the cmd prompt.  Any idea how to do the same from Jupyter?

GrayCo