-
Notifications
You must be signed in to change notification settings - Fork 22
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
Python virtual env #105
Comments
I would also like to use a virtual environment to install pywinrm and requests-credssp to avoid any issues with the system interpreter. This is especially important as Ubuntu 24.04 enforces not installing packages in the system interpreter and that is not something I want to break. |
@gschueler Could you help us out with this issue? |
It looks like it should be an easy fix and I can open a PR but I want to know it’ll be merged before I do so. |
Since release 2.1.0 it seems it is no longer possible to use a python virtual environment as interpreter unless you set an alternative path for the interpreter on system level.
Is there any reason to do this or any thought on adding this again?
The text was updated successfully, but these errors were encountered: