16,448 reputation
43974
bio website niczsoft.com
location Gorzów Wielkopolski, Poland
age 32
visits member for 2 years, 6 months
seen 12 mins ago
stats profile views 897

software developer and linux administrator with passion to learn

active developer in RVM, SM Framework, Testing Framework, RailsInstaller for OSX and few other projects

Release Manager for RVM

endorse


16h
revised ruby / rvm / rails installed but say command not found
deleted 10 characters in body
2d
comment RVM Ruby Installation failed with no checksum
it looks like a bug, bugs should be reported to the project => github.com/wayneeseguin/rvm/issues
2d
comment using zsh shell to install ruby-2.0.0-195 doesn't work
the last message explicitly asks you to check /Users/SamChen/.rvm/log/ruby-2.0.0-p195/1368734705_make.log
May
16
answered “file too short” on bundle install
May
15
awarded  Necromancer
May
14
answered Installing Ruby 2.0.0p0 on Mountain Lion: Error running 'make -j8'
May
14
comment Installing Ruby 2.0.0p0 on Mountain Lion: Error running 'make -j8'
what version of RVM do you use? make sure to try 1.20.7
May
14
comment Installing Ruby 2.0.0p0 on Mountain Lion: Error running 'make -j8'
is command line tools from Xcode installed?
May
14
answered Unable to install rvm on mac OSX 10.6.8
May
14
comment Why is there a hyphen before bash after installing RVM?
ssh sessions are login by default, you would have to use some weird logic to make it not login shell and to still use interactive session.
May
14
comment Why is there a hyphen before bash after installing RVM?
it's your terminal emulator configuration, check in preferences
May
14
answered Is it possible to use a single RVM installation for the entire system?
May
14
answered Why is there a hyphen before bash after installing RVM?
May
13
comment RVM error with deploying Rails app via Capistrano
/usr/local corresponds to :system installation, the default changed long time ago to be :user installation so you need to tell the script to use :system - because that is your type of installation.
May
13
comment RVM error with deploying Rails app via Capistrano
all it is described here github.com/wayneeseguin/rvm-capistrano/#options
May
13
comment Not getting info message after converting rvm from .rvmrc to .ruby-version
open a bug report for RVM with all the details - this should have worked => github.com/wayneeseguin/rvm/issues
May
13
comment how to install two versions of the RVM
the version in ubuntu repositories is very old, there was number of bug fixed in RVM since version 1.6.9 - the current version is 1.20.5 it's two years of hard work to fix bugs and implement new features like autolibs, if you can get the old version working - it's all fine, but first time it breaks just update it because nobody will debug version two years old that is no more supported.
May
12
awarded  Revival
May
10
comment RVM error with deploying Rails app via Capistrano
you can check after logging in to server and running echo $rvm_path
May
10
answered Not getting info message after converting rvm from .rvmrc to .ruby-version