This how-to will help you setting-up a very powerful development environment
on your workstation, using virtual machines all in a virtual local network.
But Why ?
You work on various projects, with specific requirements, with various
technologies, diverse operating systems or cpu architectures, usually with
a couple of services like databases ...
This procedure does not guarantee anything and should be considered approximate. However this should be fairly enough for someone familiar with Apache environments.
Ruby environment
We install Ruby via apt-get
sudo apt-get install ruby libzlib-ruby rdoc irb
At this point, you can run Ruby scripts like you did with Python ...