I am learning Django. I installed two different versions of python on my laptop, 2 and 3. I configured my Laptop to use Python 3, so when I check version using the command l
If you are on Linux just use the command python3 -m venv myvenv in the directory of your project and you're done!
python3 -m venv myvenv