Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
zainstalowalem sobie ruby i csscss
i nie wiem jak to skonfiguraowac aby nie trzeba bylo gemow odpalac z ich katalogow, tylko tak poprosty z lini polecen.
sudo pacman -S ruby resolving dependencies... looking for inter-conflicts... Packages (1): ruby-2.0.0_p0-1 Total Installed Size: 21.02 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [################################################] 100% (1/1) checking package integrity [################################################] 100% (1/1) loading package files [################################################] 100% (1/1) checking for file conflicts [################################################] 100% (1/1) checking available disk space [################################################] 100% (1/1) installing ruby [################################################] 100% The default location of gem installs is $HOME/.gem/ruby Add the following line to your PATH if you plan to install using gem $(ruby -rubygems -e "puts Gem.user_dir")/bin If you want to install to the system wide location, you must either: edit /etc/gemrc or run gem with the --no-user-install flag. Optional dependencies for ruby tk: for Ruby/TK ruby-docs: Ruby documentation
nie rozumiem gdzie i co mam dodac???
aby nie dostawac
csscss bash: csscss: command not found
Ostatnio edytowany przez pink (2013-04-12 00:49:45)
Offline
# set PATH so it includes user's private bin if it exists if [ -d ~/.gem/ruby/2.0.0/bin ] ; then PATH=~/.gem/ruby/2.0.0/bin:"${PATH}" fi export PATH
pomoglo
Offline