#Generating a new SSH key ssh-keygen -t rsa -b 4096 -C "your_email@example.com" #Add a new SSH key to your GitHub account ~/.ssh/id_rsa.pub # use python3 in django project virtualenv .venv --python=python3