I just started using django. OS I'm using: Ubuntu 18.04.2 LTS. I created a virtual environment named mydjangoblog and i installed there django. By default it has python2 inside the folder mydjangoblog/bin I prefer that django use python3 rather than python2. HOw can I manage it?
I discovered that when I type "python" inside the terminal python2 opens. This is because The python link points to python2 according to the PEP.
this is the content of the bin folder of the virtual environment