Digital Marketing

To create a Python virtual environment

To create a virtual environment, decide upon a directory where you want to place it, and run the venv module as a script with the directory path:

python3 -m venv i88ca-env
This will create the i88ca-env directory if it doesn't exist, and also create directories inside it containing a copy of the Python interpreter, the standard library, and various supporting files.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database