<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Installing Compass on Ubuntu</title> <atom:link href="http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/feed/" rel="self" type="application/rss+xml" /><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/</link> <description></description> <lastBuildDate>Thu, 26 Apr 2012 20:37:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: jeff</title><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/#comment-1640</link> <dc:creator>jeff</dc:creator> <pubDate>Wed, 23 Jun 2010 13:51:09 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-1640</guid> <description>I&#039;m trying to install compass and it won&#039;t work. it says i need greater than 2.2.0.. but i do. I&#039;m running 2.2.17. COmmand output below..$ sudo gem install chriseppstein-compass --source=http://gems.github.com/
ERROR:  Error installing chriseppstein-compass:
chriseppstein-compass requires haml (&gt;= 2.2.0, runtime)
$ haml -v
Haml/Sass 2.2.17Any idea what the problem could be?</description> <content:encoded><![CDATA[<p>I&#8217;m trying to install compass and it won&#8217;t work. it says i need greater than 2.2.0.. but i do. I&#8217;m running 2.2.17. COmmand output below..</p><p>$ sudo gem install chriseppstein-compass &#8211;source=http://gems.github.com/<br
/> ERROR:  Error installing chriseppstein-compass:<br
/> chriseppstein-compass requires haml (&gt;= 2.2.0, runtime)<br
/> $ haml -v<br
/> Haml/Sass 2.2.17</p><p>Any idea what the problem could be?</p> ]]></content:encoded> </item> <item><title>By: UbuntuLinuxHelp</title><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/#comment-1639</link> <dc:creator>UbuntuLinuxHelp</dc:creator> <pubDate>Sat, 03 Apr 2010 13:30:58 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-1639</guid> <description>@autolicoIf I remember... I used haml-edge because the developer indicated there were some components in it (that were missing in haml) ;)</description> <content:encoded><![CDATA[<p>@autolico</p><p>If I remember&#8230; I used haml-edge because the developer indicated there were some components in it (that were missing in haml) <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_wink.gif?cbf681" alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: autolico</title><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/#comment-1638</link> <dc:creator>autolico</dc:creator> <pubDate>Tue, 30 Mar 2010 09:23:11 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-1638</guid> <description>Nowadays you can use the normal haml distribution:sudo gem install hamlInstalling haml-edge will cause an error to be thrown when installing compass.</description> <content:encoded><![CDATA[<p>Nowadays you can use the normal haml distribution:</p><p>sudo gem install haml</p><p>Installing haml-edge will cause an error to be thrown when installing compass.</p> ]]></content:encoded> </item> <item><title>By: viatropos</title><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/#comment-1637</link> <dc:creator>viatropos</dc:creator> <pubDate>Tue, 02 Feb 2010 23:29:20 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-1637</guid> <description>Thank you very much, this solved my problem. I&#039;ve been trying to get Spree running in production on Slicehost with Ubuntu and this was the problem. Awesome.Read more: http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/#ixzz0eQMr63hF</description> <content:encoded><![CDATA[<p>Thank you very much, this solved my problem. I&#8217;ve been trying to get Spree running in production on Slicehost with Ubuntu and this was the problem. Awesome.</p><p>Read more: <a
href="http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/#ixzz0eQMr63hF" rel="nofollow">http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/#ixzz0eQMr63hF</a></p> ]]></content:encoded> </item> <item><title>By: Tristan</title><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/#comment-1636</link> <dc:creator>Tristan</dc:creator> <pubDate>Sat, 31 Oct 2009 08:18:29 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-1636</guid> <description>Thank you very much!
I found this helpful for getting compass up and running.
However my install was a little different.Ubuntu 9.10
Only interested in compass (not ruby).
Here is what I did:apt-get install rubygemsgem sources --add http://gems.github.com/
(because I&#039;ll use it later)gem install hamlgem install chriseppstein-compassAt this point the the command &quot;compass&quot; wasn&#039;t working.
I had to add &quot;/var/lib/gems/1.8/bin&quot; to /etc/environmentI hope this helps someone else.
Thank you again for the info.</description> <content:encoded><![CDATA[<p>Thank you very much!<br
/> I found this helpful for getting compass up and running.<br
/> However my install was a little different.</p><p>Ubuntu 9.10<br
/> Only interested in compass (not ruby).<br
/> Here is what I did:</p><p>apt-get install rubygems</p><p>gem sources &#8211;add <a
href="http://gems.github.com/" rel="nofollow">http://gems.github.com/</a><br
/> (because I&#8217;ll use it later)</p><p>gem install haml</p><p>gem install chriseppstein-compass</p><p>At this point the the command &#8220;compass&#8221; wasn&#8217;t working.<br
/> I had to add &#8220;/var/lib/gems/1.8/bin&#8221; to /etc/environment</p><p>I hope this helps someone else.<br
/> Thank you again for the info.</p> ]]></content:encoded> </item> <item><title>By: Adam DiCarlo</title><link>http://www.ubuntulinuxhelp.com/installing-compass-on-ubuntu/#comment-1635</link> <dc:creator>Adam DiCarlo</dc:creator> <pubDate>Tue, 28 Jul 2009 08:32:19 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-1635</guid> <description>&gt; sudo gedit /usr/bin/gemThe problem is that the new version of &quot;gem&quot; is installed into /usr/bin/gem1.8 .So you don&#039;t need to manually patch /usr/bin/gem--you can just do this:sudo mv /usr/bin/gem1.8 /usr/bin/gem</description> <content:encoded><![CDATA[<p>&gt; sudo gedit /usr/bin/gem</p><p>The problem is that the new version of &#8220;gem&#8221; is installed into /usr/bin/gem1.8 .</p><p>So you don&#8217;t need to manually patch /usr/bin/gem&#8211;you can just do this:</p><p>sudo mv /usr/bin/gem1.8 /usr/bin/gem</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using apc

Served from: www.ubuntulinuxhelp.com @ 2012-05-21 10:40:17 -->
