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

 ##########
 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:
   It should be fine. Scala uses a slightly different versioning scheme 
(https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html)
 so with version x.y.z, changes to either x or y can be breaking but changes to 
z are safe. Apt-get installs 2.11.x on both 16.04 and 18.04 so I think it is 
better to give the simpler command since it is valid.

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