On Friday, May 17, 2013 12:15:28 AM UTC-7, Seyed Morteza Abdollahian wrote:
Hi
To install Compass I first installed git by command:
git clone https://github.com/git/git.git
then I installed RVM by commad:
\curl -L https://get.rvm.io | bash -s stable --ruby it told me curl is not installed. then i installed curl and then entered the command.
then i installed the RVM.
Now after entering command: gem update --syste
i got this error
ERROR: While executing gem ... (RuntimeError)
gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.
and after entering command:
gem install compass
this is all i can see:
WARNING: Installing to ~/.gem since /var/lib/gems/1.9.1 and
/var/lib/gems/1.9.1/bin aren't both writable.
WARNING: You don't have /home/caelinux/.gem/ruby/1.9.1/bin in your PATH,
gem executables will not run.
Successfully installed chunky_png-1.2.8
Successfully installed fssm-0.2.10
Successfully installed compass-0.12.2
3 gems installed
Installing ri documentation for chunky_png-1.2.8...
Installing ri documentation for fssm-0.2.10...
Installing ri documentation for compass-0.12.2...
Updating class cache with 132 classes...
Installing RDoc documentation for chunky_png-1.2.8...
Installing RDoc documentation for fssm-0.2.10...
Installing RDoc documentation for compass-0.12.2...
-------- after this by entering
compass create
this is the error:
compass: command not found
==================
where is the problem..
I did all steps ..
==============by the way:
caelinux@caelinux:~$ gem list
*** LOCAL GEMS ***
chunky_png (1.2.8)
compass (0.12.2)
fssm (0.2.10)
sass (3.2.9)
==============
and
gem --version
1.3.5
===============
please help me...