Sunday, February 2, 2020

Python: setting up virtual environment

The commands I use to create a virtual environment in Python.
  1. python -m venv env
  2. env\Scripts\activate
  3. pythonw -m idlelib main.py

No comments: