aaronmarkham opened a new issue #11662: make docs - lein not found
URL: https://github.com/apache/incubator-mxnet/issues/11662
 
 
   Lein needs to be added to the docs build instructions. 
   
   If you're stuck on this error, do this:
   
   ```
   wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
   chmod 775 lein
   sudo cp lein /usr/local/bin
   ```
   Or some directory that is in your `$PATH`. Then re-run, and you should be 
good to go.
   
   I'll submit a PR to add this to the instructions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to