aaronmarkham commented on a change in pull request #14169: [MXNET-1305] Scala 
interpreter instructions
URL: https://github.com/apache/incubator-mxnet/pull/14169#discussion_r257003949
 
 

 ##########
 File path: docs/install/scala_setup.md
 ##########
 @@ -116,6 +117,33 @@ mvn install
 
 <hr>
 
+## Interpreter
+
+To run the scala interpreter, first download and install scala 2.11.x (run 
`scala -version` to make sure you have the right version installed.**
+
+### Installing the Interpreter
+
+**Ubuntu***
+
+```
+sudo apt-get install scala
 
 Review comment:
   Seems like this could be more specific. Like maybe:
   ```
   wget www.scala-lang.org/files/archive/scala-2.11.7.deb
   sudo dpkg -i scala-2.11.7.deb
   ```
   Or whatever minor version is recommended.

----------------------------------------------------------------
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