Skip to content

Instantly share code, notes, and snippets.

@Coolagin
Last active February 5, 2020 07:03
Show Gist options
  • Save Coolagin/c367c2853b9b817a6215674b62ac89f3 to your computer and use it in GitHub Desktop.
Save Coolagin/c367c2853b9b817a6215674b62ac89f3 to your computer and use it in GitHub Desktop.

Создание виртуальной среды

Создания нового окружения

python -m venv venvset1

Запустим виртуальное окружение virtualenv, выполнив команду в командной строке Windows:

venvset1\Scripts\activate.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment