-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Pyenv can not execute global environment command from inherit environment #418
Comments
Replacing
with virtualenv_command_path="${virtualenv_prefix}/bin/${PYENV_COMMAND}" solves the issue for me.
|
@mshuaic Nothing seems to change for me after modifying this configuration file. Am I forgetting some kind of reload step ? |
@mshuaic @clovis-dugue Me neither 😕 |
This worked for me, thanks. |
Hi!
First: Thank you very much for such a good product! This is a really necessary thing in everyday development!
Second: In the course of work, unusual behavior was discovered that did not correspond to the documentation: peynv can not execute global environment command from inherit environment(--system-site-packages).
My steps:
Description
The text was updated successfully, but these errors were encountered: