-
Notifications
You must be signed in to change notification settings - Fork 16
Closed as duplicate of#79
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue author
Description
Currently if a folder is opened where the environment is managed by pyenv, this extension tries to use the global env rather than the local one.
If it were to simply use the current shell's python that would just work, but it's bypassing that.
Pyenv and Pyenv-Virtualenv is a widly used and far superior environment manager.
There seems to be no way to pass the actual path to the environment (which is usually the way if bypassing pyenv itself) Pasting the path into the dialog for "Add virtualenv" does not work.
e.g. A virtual env of Python 3.13.2 for a web project might be called 3.13.2-webprj and would exist in
/home/user/.pyenv/versions/3.13.2
With 3rd party project specific modules in
/home/user/.pyenv/versions/3.13.2-webprj
Metadata
Metadata
Assignees
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue author