Sep-19-2020, 08:43 AM
I run Ubuntu 18.04
I read I can create a "virtual environment" for Python 3 with:
I only do simple things.
Do I need to run Python in a virtual environment?
My friend uses Windows, poor guy. Can he run Python in a virtual environment in Windows??
I read I can create a "virtual environment" for Python 3 with:
Quote:python3 -m venv /path/to/new/virtual/environment
I only do simple things.
Do I need to run Python in a virtual environment?
My friend uses Windows, poor guy. Can he run Python in a virtual environment in Windows??