Command to create a Python3 virtual environment
Create a virtual environment in the terminal
python3 -m venv Myvenv
Activate the virtual environment(Windows)
venv\Scripts\activate
Search for a command to run...
Create a virtual environment in the terminal
python3 -m venv Myvenv
Activate the virtual environment(Windows)
venv\Scripts\activate
No comments yet. Be the first to comment.