filmov
tv
Virtualenv: How to Install and Use Virtualenv (Python 3.7)

Показать описание
In this video I show you how to install and use virtual environment (with Python 3.7). I am working with the Linux subsystem for Windows 10, though the exact steps should be similar for everything.
Virtual environment (venv) is a software which lets you easily separate the Python environments you need for different projects; this allows you to ensure that your dependencies never collide, and more readily fix certain versions of dependencies or Python itself for specific projects.
Virtual environment (venv) is a software which lets you easily separate the Python environments you need for different projects; this allows you to ensure that your dependencies never collide, and more readily fix certain versions of dependencies or Python itself for specific projects.