Python Part 4 - Virtual Environments

preview_player
Показать описание
By Andy Brown

Virtual environments allow you to keep your different Python systems independent of each other. You don't have to use them, but you'll almost certainly regret it if you don't!

Chapters
00:00 Topic list
00:43 Why you need virtual environments
02:52 Creating virtual environments
05:09 Activating virtual environments
07:27 Choosing a Python interpreter

If you'd like to help fund Wise Owl's conversion of tea and biscuits into quality training videos you can join this channel to get access to perks:

Рекомендации по теме
Комментарии
Автор

I had a fair bit of knowledge in Python having learned from other videos. However, I started viewing WiseOwl tutorials from Part 1 onward because they are structured very well starting from basics and explained meticulously. Therefore, your lectures help by giving a very strong foundation of every topic. Thank you WiseOwl team!

jmathew
Автор

Hi Andy and Sven. Thanks for the heads up on virtual environments.. appreciate the tips and the walkthrough of how to start one :)) Thumbs up!!

wayneedmondson
Автор

Hello Andy & Sven. Unfortunately when I follow your instructions, I get the following message "\scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system.". I'm using Windows 10 Pro 64-Bit. Do you have any tips on how I can continue with the virtual environment? Many thanks in advance.

theoldhopbarn
Автор

Hocam elinize sağlık
Devamını bekliyoruz

alivali
Автор

Hello I have problems activating virtual environments. When I follow your instructions, I get the following message ".\activate.ps1 : File code\VS python
cannot be loaded because
running scripts is disabled on this system." What should I do?

garethong
Автор

HI and many thanks for this video (and all others!).
I have a problem when executing python -m venv tutorial
File "C:\Python39\lib\venv\__init__.py", line 7, in <module>
import logging
ModuleNotFoundError: No module named 'logging'.

lautarob
Автор

I am getting 101 error while creating virtual env

Teaseweb