<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gary Boone, PhD &#187; MacPorts</title>
	<atom:link href="http://garyboone.com/tag/macports/feed/" rel="self" type="application/rss+xml" />
	<link>http://garyboone.com</link>
	<description>Clippings, code snippets, and other searchable web notes</description>
	<lastBuildDate>Mon, 21 Jun 2010 20:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Scala on Macs via MacPorts</title>
		<link>http://garyboone.com/2009/06/installing-scala-on-macs-via-macports/</link>
		<comments>http://garyboone.com/2009/06/installing-scala-on-macs-via-macports/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 18:55:12 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[MacPorts]]></category>

		<guid isPermaLink="false">http://garyboone.com/2009/06/installing-scala-on-macs-via-macports/</guid>
		<description><![CDATA[MacPorts is an easy way to install and manage Scala on the Mac. Once MacPorts is installed, you can install Scala using:
sudo port install scala

Sudo will ask for your password. Wait. Done.
Once installed, you may want to know where it was installed. For example, you may need to set the SCALA_HOME environment variable. Just do
port [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">MacPorts is an easy way to install and manage Scala on the Mac. Once MacPorts is installed, you can install Scala using:</p>
<blockquote style="clear: both"><p>sudo port install scala</p>
</blockquote>
<p style="clear: both">Sudo will ask for your password. Wait. Done.</p>
<p style="clear: both">Once installed, you may want to know where it was installed. For example, you may need to set the SCALA_HOME environment variable. Just do</p>
<blockquote style="clear: both"><p>port location scala</p>
</blockquote>
<p style="clear: both">To update your Scala installation, just do </p>
<blockquote style="clear: both"><p>sudo port upgrade scala</p>
</blockquote>
<p style="clear: both">Note that after I upgraded, the location command tracks the old one, even though the new one is active:</p>
<blockquote style="clear: both"><p>$ port location scala<br />The following versions of scala are currently installed:<br />scala 2.7.3_0<br />scala 2.7.4_0 (active)<br />Error: port location failed: Registry error: Please specify the full version as recorded in the port registry.</p>
</blockquote>
<p style="clear: both">So just use &#8216;@&#8217; to specify the version:</p>
<blockquote style="clear: both"><p>$ port location scala @2.7.4_0<br />Port scala 2.7.4_0 is installed as an image in:<br />/opt/local/var/macports/software/scala/2.7.4_0</p>
</blockquote>
<p style="clear: both">
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/installing-scala-on-macs-via-macports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

