Python Virtual Environment Setup

Published: 13 September 2025
on channel: everythingdigital1
84
1

So short video and hopefully covered all the bases this will guide you through it on Debian and Arch Linux as well as Windows. If you need any commands to copy paste here they are.
-----------------------------------------------------------------------------------------------------------
// Install steps //

For debian distros
sudo apt-get install python
For arch distros
sudo pacman -S python
For windows cmd
python "then download from ms store"
-----------------------------------------------------------------------------------------------------------
// Making the environment steps //

Next to make the environment universal command Windows and Linux
python -m venv folder-env
-----------------------------------------------------------------------------------------------------------
// Linux activation steps //

This is for Linux environment activation
source folder-env/bin/activate
-----------------------------------------------------------------------------------------------------------
//Windows activation steps //

This is for Windows activation
In cmd
folder-env/Scripts/activate.bat
or in power shell
folder-env/Scripts/activate.ps1
-----------------------------------------------------------------------------------------------------------
//Download your packages using//

--no-cache-dir
-----------------------------------------------------------------------------------------------------------
//Deactivate the environment when done//

To deactivate the environment this command is universal works on Linux or Windows.
deactivate
-----------------------------------------------------------------------------------------------------------
Last Video "    • DIY Air-soft Cross Bow "3D Printed Adapter"   "
-----------------------------------------------------------------------------------------------------------
Please Visit: " http://everythingdigital1.com "


On this page of the site you can watch the video online Python Virtual Environment Setup with a duration of hours minute second in good quality, which was uploaded by the user everythingdigital1 13 September 2025, share the link with friends and acquaintances, this video has already been watched 84 times on youtube and it was liked by 1 viewers. Enjoy your viewing!