Python In VScode
Using virtual environment
To create a virtual environment, use the following command, where “.venv” is the name of the environment folder:
1 | # macOS/Linux |
This blog is under a CC BY-NC-SA 3.0 Unported License
Link to this article: https://younggod.netlify.app/2020/09/08/practice/pythonInVSCode/