You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating the package to 1.1.4 all the users of the package start experiencing the following error when trying to activate a virtualenv:
pyenv-virtualenv: version '${version}' is not a virtualenv
This issue seems to be related to the following commit: e0a1e9b
A workaround from one of our users was copying the pyenv-virtualenv-realpath from the GitHub repository to /usr/libexec but we could not perform the same workaround on the package itself per other package maintainers recommendations.
Thank you for your time reviewing this.
The text was updated successfully, but these errors were encountered:
Thanks for your effort on packaging 🙇 It is likely some problem in the installation script. I will try to make some another change to make it working. Please give it a try later.
Hey, I'm the current maintainer of pyenv-virtualenv package for Arch Linux User Repository (https://aur.archlinux.org/packages/pyenv-virtualenv/).
After updating the package to
1.1.4
all the users of the package start experiencing the following error when trying to activate a virtualenv:This issue seems to be related to the following commit:
e0a1e9b
A workaround from one of our users was copying the pyenv-virtualenv-realpath from the GitHub repository to
/usr/libexec
but we could not perform the same workaround on the package itself per other package maintainers recommendations.Thank you for your time reviewing this.
The text was updated successfully, but these errors were encountered: