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
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
After selecting a folder for the Python environment, the validation process looks only for scripts\python.exe, ignoring the perfectly valid Python instalation with a python.exe in the main folder.
For the moment I'm manually appending python.exe to the selected folder.
The text was updated successfully, but these errors were encountered:
@alexandrul: Thanks for bringing this up. I think that the Python indexer should have a fallback that also checks if a valid environment can be found with the executable name appended to the provided path. This name may be different for different operating systems.
Sourcetrail: 2019.4.61
OS: Win 7 x64
Python: 3.8.0
After selecting a folder for the Python environment, the validation process looks only for
scripts\python.exe
, ignoring the perfectly valid Python instalation with apython.exe
in the main folder.For the moment I'm manually appending
python.exe
to the selected folder.The text was updated successfully, but these errors were encountered: