Command to create a Python3 virtual environment

1 min read
Table of contents
Create a virtual environment in the terminal
python3 -m venv Myvenv
Activate the virtual environment(Windows)
venv\Scripts\activate
0
Subscribe to my newsletter
Read articles from Anonymous directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
