Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to access binaries installed by versions? #107

Closed
marcinbiegun opened this issue Oct 31, 2016 · 2 comments
Closed

How to access binaries installed by versions? #107

marcinbiegun opened this issue Oct 31, 2016 · 2 comments

Comments

@marcinbiegun
Copy link

marcinbiegun commented Oct 31, 2016

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?

@marcinbiegun marcinbiegun changed the title How to correctly access binaries installed by versions? How to access binaries installed by versions? Oct 31, 2016
@danhper
Copy link
Member

danhper commented Oct 31, 2016

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.

@marcinbiegun
Copy link
Author

@tuvistavie I've already linked $HOME/.asdf/shims but the binaries weren't there. The missing part was running asdf reshim python. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants