Plan to cover several tools mentioned in the book with basic usage. Most content are based on SupportingPython3.
$ virtualenv -p /usr/local/bin/python3.7 env
$ . env/bin/activatePlan to cover several tools mentioned in the book with basic usage. Most content are based on SupportingPython3.
$ virtualenv -p /usr/local/bin/python3.7 env
$ . env/bin/activate