To use the latest RVM with capistrano, you need to setup the shell as bash : So in your receipe, add this : capistrano/recipes/Capfile
|
default_run_options[:pty] = false default_run_options[:shell] = '/bin/bash' |
Celogeek
The token SafeNet on Mac OS X Mountain Lion doesn’t work very well. Well, I have the drivers 8.2 SP1, and when I plug my token, it just hang until I kill pcscd. So I have try to kill pcscd (hard kill with -9 option), then start it in debug. But it keep spawning again. … Continue reading SafeNet Token 8.2 SP1 on Mac OS X Mountain Lion (resolved) →
I was looking hard a way to have up-to-date plugin, and also an easy way to install and found them. After a while, I have found “pathogen“. This module will change your life. Let’s start a reset of your vim config. First move everything into a backup dir.
|
cd $HOME mv .vimrc .vimrc.old mv .gvimrc .gvimrc.old mv .vim .vim.old mkdir .vim touch .vimrc |
Then setup a “pathogen” vim rc … Continue reading Vim – Pathogen – Link vim and git plugin repos →
My Perl and Javascript blog !