Wednesday, October 30, 2019

Python virtual environment

In the project folder
>py -m venv env
add env to .gitignore
>.\env\Scripts\activate
>where python
>deactivate (leaving the virtual environment)

No comments: