I\'m confused as to where I should put my virtualenvs.
With my first django project, I created the project with the command
django-admin.py startproj
From my personal experience, I would recommend to organize all virtual environments in one single directory. Unless someone has extremely sharp memory and can remember files/folders scattered across file system.
Not a big fan of using other tools just to mange virtual environments. In VSCode if I configure(python.venvPath
) directory containing all virtual environments, it can automatically recognize all of them.