This is HOW to create a Python Virtual Environment in VS Code with Venv

Опубликовано: 28 Январь 2024
на канале: Thomas Janssen
17,556
174

Virtual environments are the way to go when you want to build scalable projects which are easy to transfer. A virtual environment allows you to use a different Python version for different projects, and different dependencies. You can run Python version 3.11 global, and for example Python 3.8 in your venv - with different versions of selenium.

⭐️ All the terminal commands I use⭐
python -m venv .venv
.venv\Scripts\Activate
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force

⭐️ Follow me ⭐
💼 LinkedIn:   / thomas--janssen  
✅ Instagram:   / tomstechacademy  

❗ Some of my videos contain affiliate links. When you click on these kind of links, I get a small percentage in case you make a purchase via the website. Be aware that this doesn't cost you anything - you never pay more than the standard retail price.

#python #virtualenv #virtualenvironment


Смотрите видео This is HOW to create a Python Virtual Environment in VS Code with Venv онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Thomas Janssen 28 Январь 2024. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 17,556 раз и оно понравилось 174 посетителям.