I've installed Python and ansible library using Python's pip package manager. ansible package includes a few binaries (e.g ansible-galaxy), which can be found in ~/.asdf/installs/python/3.5.2/bin/.
What's the correct way of including those binaries into $PATH?
You should add $HOME/.asdf/shims to your path and be sure to run asdf reshim python after new executables have been added.
Let me know if that helps.
@tuvistavie I've already linked $HOME/.asdf/shims but the binaries weren't there. The missing part was running asdf reshim python. Thanks!
Most helpful comment
You should add
$HOME/.asdf/shimsto your path and be sure to runasdf reshim pythonafter new executables have been added.Let me know if that helps.