-
Notifications
You must be signed in to change notification settings - Fork 23
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 environment not setup correctly on fresh Debian 8 install #11
Comments
It's unclear where and when these errors occur. Also, using the system Python (Jessie comes with a reasonably new version) as shown in the README will likely fix this, too. |
agreed. just wanted to bring it to your attention so that it may be looked at in the default ansible install. |
Which still leaves us with "no clue when and where this occurs". |
No further feedback. |
Hey. I have been looking at this again because it has been annoying me. It seems to be a syntax issue with https://github.com/pyroscope/pimp-my-box/blob/master/roles/pyenv/files/pyenv.sh i tried
does that shed any light? |
ok, i've been looking at these logs some more.
leads me to https://github.com/pyenv/pyenv-virtualenv/blob/master/bin/pyenv-sh-activate this file does exist here: should libexec be in my |
One possible cause might be that that the file changed in pyenv itself, and doesn't fit anymore. What shell did you use for those tests? |
using bash shell from rtorrent account. i have checked with diff that the pyenv-sh-activate and pyenv.sh do match those on github. |
See also #14, which will either uncover this, or show what's missing on your end. |
I have a fresh Debian 8 install.
Used pimp-my-box to install, but the default environment complains about "--no-error" is not a version and the default python environment is not loaded.
i removed the --no-error elements from pyenv.sh and now ever prompt says
pyenv-virtualenv: version
2.7.13' is not a virtualenv` which I haven't been able to resolve.my hack workaround is to add PYTHONPATH to the
start
scriptThe text was updated successfully, but these errors were encountered: