Just a possible note for the docs. If you have Python installed via asdf, when you run pip3 install gigalixir, the installed binary will not end up in ~/.local/bin. In fact, it ends up in ~/.asdf/installs/python/3.8.2/bin (of course the version string will differ based on the version of Python you have installed.
You may have to re-shim asdf and restart your terminal for it to be found
Hi,
Just a possible note for the docs. If you have Python installed via
asdf
, when you runpip3 install gigalixir
, the installed binary will not end up in~/.local/bin
. In fact, it ends up in~/.asdf/installs/python/3.8.2/bin
(of course the version string will differ based on the version of Python you have installed.You may have to re-shim asdf and restart your terminal for it to be found