How to change the path of Python in Spyder?

91,940

Solution 1

Press CTRL+SHIFT+ALT+P to open the Preferences window. Within this window, select the Console item on the left, then the Advanced Settings tab. The path to the Python executable will be right there.

Solution 2

With Spyder v. 4.2.5 that comes with Anaconda3 v. 4.10.1, I do not see 'Console' on the left in the Preferences menu (i.e. Tools>Preferences). In this version you can change the path to the python.exe file under Python interpreter on the left.

enter image description here

Share:
91,940

Related videos on Youtube

Joyfulgrind
Author by

Joyfulgrind

Updated on July 09, 2022

Comments

  • Joyfulgrind
    Joyfulgrind almost 2 years

    I'm using Debian. I installed Python 3.2.3. The path of Python 3 is /usr/bin/python3. How do I change it in Spyder?

  • Aleksey Kontsevich
    Aleksey Kontsevich about 7 years
    Does not work for me: An error ocurred while starting the kernel Either: Your IPython frontend and kernel versions are incompatible or You don't have IPython installed in your external interpreter. In any case, we're sorry but we can't create a console for you. Any other solution? I've tried Python 3.6.1 from anaconda3.