-
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
wenv init as non root user #4
Comments
Yes, indeed. For a user install, Python's |
I wonder what pip does to work out where to install things ? |
There is a |
Ubuntu, |
Thanks, I have not seen this before. Will try in a VM. In the meantime, I just pushed a possible fix to It should auto-detect a user installation and use |
Cheers I'll give it a go later, and double check my assumptions. |
Great, that works. According to this bug - eight04/vpip#4 The rule is: If the The dest directory is described in PEP 0370 The destination directory is the same on mac and linux, I guess wenv is Windows a bit exotic, but you never know(?). |
Implemented in v0.2.0, released. |
If I install wenv as a user it installs to ./.local/bin/wenv:
However
wenv init
tries to install use the system directory, in this case it should run successfully, and probably setup in.local/share/wenv
The text was updated successfully, but these errors were encountered: