Hi there!
Could somebody indicate to me how to reference a Spyder installation located in a separate Conda environment in ArcGIS' options such that it acts as default Script Editor?
I tried to reference
- the executable directly pasting C:\tools\Anaconda3\envs\spyder-env\Scripts\spyder.exe (this does not launch the program via cmd either)
- the spyder-script.py by pasting "C:\tools\Anaconda3\envs\spyder-env\pythonw.exe" "C:\tools\Anaconda3\envs\spyder-env\Scripts\spyder-script.py" (this allows to open an arbitrary script from the cmd)
to the field under Project > Options > Geoprocessing > Script Editor without success.
In advance, thank you for your advice.
I am using ArcGIS Pro 2.9.2 (with a clone of the default python environment) and Spyder 5.1.5 (in a separate environment).