- To type python bring you to the python environment. Before doing that, make sure if you already set up a virtual python environment, if yes, activate it.
>> python
2. Type these commands:
>> import django
>> django.VERSION
The key word version is capital
