Install multiple versions of python
Get automatic installer Add path to .bashrc Reload bash Install python version
Install multiple versions of python Read More »
Get automatic installer Add path to .bashrc Reload bash Install python version
Install multiple versions of python Read More »
First step is to create a virtual environment to install all needed libraries. Python3 incorporates a virtual environment (venv) maker. To create a venv with python3 we need to run: Or something more realistic: Then, we need activate the virtual env to install Django so we can use the django-admin tool to create the project.
Start new Django project from scratch Read More »