Learn Before
Code

Initializing a Virtual Environment with virtualenv

Virtual environments can be created using a package called virtualenv, by inputting the following in the command line:

$ python3 venv -m /path/to/new/env

0

1

Updated 2021-04-13

Tags

Python Programming Language

Data Science