I've just installed Anaconda and what's annoying that after executing:
python manage.py shell
The IPython shell is used. I'd like to change it back to default Python distribution. I'm using Visual Studio Code and already changed it interpreter to default python 3.6. Moreover the
python
command runs normal python distribution, and the problem exists both in Visual Studio and normal cmd terminal.