There is a mistake on an example of installing packages tutorial (https://packaging.python.org/tutorials/installing-packages/) under Creating Virtual Environments section, that is about how to use the virtualenv package, in which the venv package is wrongly used (python3 -m venv
) instead of virtualenv.
There is a mistake on an example of installing packages tutorial (https://packaging.python.org/tutorials/installing-packages/) under Creating Virtual Environments section, that is about how to use the virtualenv package, in which the venv package is wrongly used (python3 -m venv
) instead of virtualenv.