pyenv and Fabric installation #398
Unanswered
clarkebishop
asked this question in
Q&A
Replies: 1 comment
-
yes, my pyenv is set to 3.12 and that works fine using PIP |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was surprised to see that .python_version was set to fabric. I use pyenv to manage Python versions. I see that fabric requires Python > 3.10.
I tried to install fabric with pipx install ., but did not get a clean installation. Should I have used pyenv first to set the Python version?
Beta Was this translation helpful? Give feedback.
All reactions