Creating a virtual environment

Using venv is very simple: You simply specify the path of a directory which is to contain the new virtual environment. The tool creates the new directory and populates it with the installation:

$ python3 -m venv my_python_3_5_project_env
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset