Asdf: How to access binaries installed by versions?

Created on 31 Oct 2016  路  2Comments  路  Source: asdf-vm/asdf

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?

Most helpful comment

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.

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ypid picture ypid  路  3Comments

jamesstidard picture jamesstidard  路  4Comments

tomsquest picture tomsquest  路  4Comments

Antiarchitect picture Antiarchitect  路  3Comments

peleteiro picture peleteiro  路  3Comments