spyder v5: invalid file name when selecting interpreter in preferences
MRAB
python at mrabarnett.plus.com
Sat Jul 23 17:51:17 EDT 2022
On 23/07/2022 18:30, Leif Svalgaard wrote:
> error message: invalid file path: C:/Users/leifs/anaconda3/python3105.exe
> what is wrong with that?
>
Is there a file called python3105.exe in the folder
C:/Users/leifs/anaconda3?
That filename looks wrong to me because the file is usually called
python.exe.
This page:
https://docs.anaconda.com/anaconda/user-guide/tasks/integration/python-path/
suggests to me that the path is probably more like
C:\Users\leifs\anaconda3\python.exe (or, if you prefer,
C:/Users/leifs/anaconda3/python.exe).
More information about the Python-list
mailing list