I was taking a course on django and when creating a virtual environment, they used the following command:
mkvirtualenv envname --python=/usr/bin/python3.8
I've no idea what the additional arguments mean, and just wanted an explanation. Many thanks! Apologies if this is something simple - just starting out.