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?
I’m using Debian. I installed Python 3.2.3. The path of Python 3 is /usr/bin/python3.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Press
CTRL+SHIFT+ALT+Pto open the Preferences window. Within this window, select theConsoleitem on the left, then theAdvanced Settingstab. The path to the Python executable will be right there.Update:
For later versions please navigate to
Tools -> Preferences -> Python InterpretorAdditionally, you might also need to follow an additional step to install the "spyder-kernels" library in python for which you have set the path using
pip install spyder-kernelsbefore restarting Spyder.