All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
137 views

emerge install package with flag which not in ruby_targets

$ emerge --info | grep ruby ..... RUBY_TARGETS="ruby23" ...... And I run emerge with --newuse and --deep, it will ask me to add use flag with ruby22. These packages are not in @system. These ...
  • 248
1 vote
1 answer
457 views

sh script to run multiple files in multiple languages

Is it possible to have an sh script that would run a python file, run a command ruby file and run a ruby sonicPI file? What would this look like? Thank you! Adi
  • 13
0 votes
1 answer
1k views

Ruby alternative to fabric [closed]

Is there a Ruby alternative to Python based Fabric?
  • 5,842
1 vote
1 answer
980 views

calling script from perl/python/ruby and retrieving output [closed]

I inherited a tcsh "master" script that works and extracts lines from files with data with using 'zcat' piped to 'grep' and some other commands/scripts. The extracted lines contain numbers . It is ...
  • 15
13 votes
2 answers
6k views

Best way to upgrade vim/gvim to 7.3 in Ubuntu 10.04?

I have to use Ubuntu 10.04 at work, and can't upgrade it. I'm using Vim/gVim 7.2. I want to upgrade it to 7.3 (with Python and Ruby extension support). Which is the best way? Add an entry in sources....