stafforeo.blogg.se

Scala for mac os x
Scala for mac os x









  1. #Scala for mac os x install#
  2. #Scala for mac os x archive#

Currently no version is selected and you can show this with the following command: $ sudo port select -list scala The last thing you want to do is select the current version of scala.

scala for mac os x

#Scala for mac os x install#

Once you've selected your package, install it like so: sudo port install scala2.11Īfter running this you can confirm it installed with this: ls -la /opt/local/bin/ | grep scalaįor instance: $ ls -la /opt/local/bin/ | grep scala You can also look here, but the list is a little harder to digest. You want to look for the basic scala package with the latest (i.e. P5.22-scalar-string perl/p5-scalar-string P5.20-scalar-string perl/p5-scalar-string P5.18-scalar-string perl/p5-scalar-string P5.16-scalar-string perl/p5-scalar-string P5.22-scalar-list-utils perl/p5-scalar-list-utils P5.20-scalar-list-utils perl/p5-scalar-list-utils P5.18-scalar-list-utils perl/p5-scalar-list-utils P5.16-scalar-list-utils perl/p5-scalar-list-utils P5-scalar-list-utils perl/p5-scalar-list-utils P5.14-scalar-list-utils perl/p5-graveyard P5.12-scalar-list-utils perl/p5-graveyard P5.10-scalar-list-utils perl/p5-graveyard Once that is done, grep for scala-related ports: port list | grep scalaĪt the time of this writing, here is sample output from that: $ port list | grep scala It helps to have recently updated your macports tree: sudo port selfupdate

scala for mac os x

The first thing you need to do is find the latest available version of scala. NB: I know I could install Scala without MacPorts, but I'd rather use Macports to manage the installation if it's possible without much hassle. I'm not too picky about the Scala version, but of course I'd prefer the latest stable one (currently 2.9.1). I'm completely new to both MacPorts and Scala, and don't know what "Please use one of the numbered scala* ports instead" means.

scala for mac os x

Log for scala is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_release_tarballs_ports_lang_scala/scala/main.logĮrror: Status 1 encountered during processing. > Attempting to fetch scala-2.7.7_2.darwin_10.x86_64.tbz2 from Įrror: Please use one of the numbered scala* ports instead.Įrror: Target returned: obsolete port

#Scala for mac os x archive#

I'm trying to install Scala following the advice at the official website: sudo port install scalaīut this gives me: -> Fetching archive for scala











Scala for mac os x