<div dir="ltr">For anyone wandering the same thing: just add to your global rebar3 config in ~/.config/rebar3/rebar.config:<div><br></div><div><font face="monospace, monospace">{plugins, [rebar3_hex]}.</font></div><div><br></div><div>This is documented here:</div><div><a href="https://hex.pm/docs/rebar3_publish">https://hex.pm/docs/rebar3_publish</a><br></div><div><br></div><div>Best,</div><div>r.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 19, 2016 at 9:16 AM, Roberto Ostinelli <span dir="ltr"><<a href="mailto:roberto@widetag.com" target="_blank">roberto@widetag.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm on OSX. I've Erlang and Elixir installed.<div>rebar3 is in /usr/local/bin.<br></div><div><br></div><div>However:</div><div><br></div><div><div><font face="monospace, monospace">$ rebar3 hex user register</font></div><div><font face="monospace, monospace">===> Command hex not found</font></div></div><div><br></div><div>But:</div><div><br></div><div><div><font face="monospace, monospace">$ mix local</font></div><div><font face="monospace, monospace">mix hex             # Prints Hex help information</font></div><div><font face="monospace, monospace">mix hex.build       # Builds a new package version locally</font></div><div><font face="monospace, monospace">mix hex.config      # Reads or updates Hex config</font></div><div><font face="monospace, monospace">mix hex.docs        # Publishes docs for package</font></div><div><font face="monospace, monospace">mix <a href="http://hex.info" target="_blank">hex.info</a>        # Prints Hex information</font></div><div><font face="monospace, monospace">mix hex.key         # Hex API key tasks</font></div><div><font face="monospace, monospace">mix hex.outdated    # Shows outdated Hex deps for the current project</font></div><div><font face="monospace, monospace">mix hex.owner       # Hex package ownership tasks</font></div><div><font face="monospace, monospace">mix hex.public_keys # Manages Hex public keys</font></div><div><font face="monospace, monospace">mix hex.publish     # Publishes a new package version</font></div><div><font face="monospace, monospace">mix hex.registry    # Hex registry tasks</font></div><div><font face="monospace, monospace">mix hex.search      # Searches for package names</font></div><div><font face="monospace, monospace">mix hex.user        # Hex user tasks</font></div></div><div><br></div><div>What am I missing?</div><div><br></div><div>Thank you,</div><div>r.</div></div>
</blockquote></div><br></div>