Replies: 1 comment 1 reply
-
Please, provide your system configuration |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on Python 3.9.1, I installed ansible successfully with
pip install ansible==2.10.4
, but I am unable to find the binary afterwards meaning I cannot run it.pip show ansible
lists~/.local/lib/python3.9/site-packages
as installation path but at this location I only find different ansible folders and no binaries, nor abin/
directory.Anyone knows the path where
pyenv
installs the pip binaries?Beta Was this translation helpful? Give feedback.
All reactions