You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen a few requests for the ability to choose a custom interpreter at launch (instead of Preferences -> Python interpreter -> Use the following Python interpreter after launch), but I have not seen an Issue specifically for it.
This would help users separate their project (or other) environments from the spyder installation environment.
User "frafra" suggested this feature at the end of this thread: #11362
Hey @kcharlie2, thanks for the suggestion. This is an interesting idea, although it could be confusing to new users. I mean, demanding of them to understand what an interpreter is and why there's a need to select one.
I think the best would be to simply add the ability to associate an interpreter per project, which (in my mind) would be easier to explain to users. What do you think?
Feature Description
I've seen a few requests for the ability to choose a custom interpreter at launch (instead of
Preferences -> Python interpreter -> Use the following Python interpreter
after launch), but I have not seen an Issue specifically for it.This would help users separate their project (or other) environments from the spyder installation environment.
User "frafra" suggested this feature at the end of this thread:
#11362
I've also seen a user recently ask about this on SO, to which I replied with my hack for changing the config files:
https://stackoverflow.com/questions/68893798/spyder-set-python-interpreter-at-launch/68957981#68957981
The text was updated successfully, but these errors were encountered: