Virtualenv Python Tutorial

preview_player
Показать описание
Learn how to install and use virtualenv and why you should be using a virtual environments in all your Python projects in this video.

Video Outline:
0:00 Introduction
0:18 What's a virtual environment?
0:54 Globally installed packages
1:15 Installing virtualenv
2:05 Creating a virtual environment
2:44 Activating the environment
3:00 Installing Python packages inside the virtual environment
3:55 Deactivating the virtual environment
4:13 Removing the virtual environment
4:29 Creating a virtual environment with a specific Python version
5:25 Where to store project files
6:55 Uninstalling packages
7:15 Installing Python packages with specific versions

My Gear:

Connect with me:

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

Great tutorial - couple notes for anyone trying to do this on Windows when I did this today
* Instead of an env/bin folder an env\Scripts folder was created, that's where activate and the rest of the tools are
* Instead of using source if you are using Powershell use "."
So instead of "source env/bin/activate" instead use ". .\env\Scripts\activate"

Anyways, thanks for the walkthrough. Quick, to the point, and easy to understand.

dualauto
join shbcf.ru