I changed my project interpreter to python 3.5
, and I still has used to in the terminal to execute the :
python manage.py makemigrations
python manage.py migrate
Because I have changed the project interpreter to python 3.5
, I must use python3 manage.py migrate
to realize that, sometimes I will write python
rather than python3
.
So is there a method in PyCharm to realize that?