Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect virtualenvwrapper exe #27

Open
DonJayamanne opened this issue Jun 6, 2024 · 0 comments
Open

Detect virtualenvwrapper exe #27

DonJayamanne opened this issue Jun 6, 2024 · 0 comments
Assignees
Labels
debt Code quality issues

Comments

@DonJayamanne
Copy link
Collaborator

DonJayamanne commented Jun 6, 2024

We detect the environments, but not the exe.
Shoudl be possible to spawn and find this.

https://virtualenvwrapper.readthedocs.io/en/latest/install.html#python-interpreter-virtualenv-and-path

To override the $PATH search, set the variable VIRTUALENVWRAPPER_PYTHON to the full path of the interpreter to use and VIRTUALENVWRAPPER_VIRTUALENV to the full path of the virtualenv binary to use. Both variables must be set before sourcing virtualenvwrapper.sh. For example:

export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
source /usr/local/bin/virtualenvwrapper.sh
@DonJayamanne DonJayamanne added the debt Code quality issues label Jun 6, 2024
@DonJayamanne DonJayamanne self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Code quality issues
Projects
None yet
Development

No branches or pull requests

1 participant