Python Virtual Environments⚑ Work with virtual environments⚑ Create a virtual environment python3 -m virtualenv .venv or python3 -m venv .venv Links⚑