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
The Python interpreter file browser in the Preferences resolves symlinks and it should not.
Python executables in virtual environments frequently are symlinks to Python executables located elsewhere, and thus outside the virtual environment. When Spyder locates standard virtual environments (e.g. pyenv and conda) the path to the Python executable is correctly unresolved. However, when selecting the environment Python executable via the file browser, the symlink is resolved resulting in an incorrect environment when launched.
The text was updated successfully, but these errors were encountered:
The Python interpreter file browser in the Preferences resolves symlinks and it should not.
Python executables in virtual environments frequently are symlinks to Python executables located elsewhere, and thus outside the virtual environment. When Spyder locates standard virtual environments (e.g. pyenv and conda) the path to the Python executable is correctly unresolved. However, when selecting the environment Python executable via the file browser, the symlink is resolved resulting in an incorrect environment when launched.
The text was updated successfully, but these errors were encountered: