Python - Using a virtual environment
Introduction - Why use a virtual environment?
Using a virtual environment allows you to avoid installing Python modules globally which could break system tools or other projects. ๐ฅ
Installation
If you are using Python 3.3 or newer the "venv" module...
ethan91.hashnode.dev2 min read