Check Local Python Version
Check local python version. this maybe python2 or python3 but you may have two versions of python installed
Check Local Python3 Version
Check local python version. this maybe python2 or python3 but you may have two versions of python installed
Create a Virtual ENV
Using in built python env manager VENV create a virtual environment, creates a venv folder in your directory.
Activate The Current Directory VENV
Activates Virtual ENV - Your terminal directory should look like - (venv) user@computername foldername %
Install Package Example
Installs Django package in your env