Skip to main content

Command Palette

Search for a command to run...

Command to create a Python3 virtual environment

Published
1 min readView as Markdown
  1. Create a virtual environment in the terminal

     python3 -m venv Myvenv
    
  1. Activate the virtual environment(Windows)

     venv\Scripts\activate