Command to create a Python3 virtual environment

AnonymousAnonymous
1 min read

Table of contents

  1. Create a virtual environment in the terminal

     python3 -m venv Myvenv
    
  1. 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

Anonymous
Anonymous