-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unknown command or script: "pip" #27
Comments
Seems that happens with any version, except for default version 3.7. Also
With default version,
Nevertheless, after that,
But
|
If you're setting an option via an environment variable the way you do it, every subsequent command must be prefixed with mentioned environment variable, e.g. |
Thank you, that works! Ways to persist:
Could this possibly be emphasized a little more in the official documentation? |
Sure, this can be done. |
Ran into this as well; only in my case the default
By default this seems to pull Python 3.7.0 which seems to no longer be supported (by pip?) |
Affirmative. The default Python version for Python on Wine is outdated. Try 3.8 (e.g. 3.8.10) or younger instead. |
Trying to set up wenv on Fedora 39, wine 9.1.
Installation seems to run well:
But trying to execute a
pip
command yields:How could this be fixed?
The text was updated successfully, but these errors were encountered: