Back to Browse

How to set up Multiple Python Versions with Conda Environments (Windows Tutorial)

73 views
Dec 29, 2025
8:42

Quick beginner-friendly setup for getting python running in Windows to prevent headaches down the line. I prefer conda over other methods in Windows for fast data science, standalone tasks. Very very useful to be able to set up this stuff quick on a new PC and keep it modular without crowding the PC. ## Installation Miniconda Prompt ## Set Python Version ``` conda env list conda create -n myenv python=3.14 conda activate myenv ``` ## Usage ``` python --version python -m pip install jupyter python -m pip install seaborn jupyter notebook ``` --- Easy Multi-Version Python Virtual Environment Setup with Conda (Windows). Thank you for watching! -Kevin

Download

1 formats

Video Formats

360pmp49.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

How to set up Multiple Python Versions with Conda Environments (Windows Tutorial) | NatokHD