Updated by Administrator | Oct 1, 2012 | How To Install
Here is an interesting post on how to install / manage different versions of Python in a single linux / ubuntu machine! Pythonbrew is a magical tool. Which can also be called as Python version manager similar to that of RVM-Ruby version manager but Pythonbrew is... Updated by Administrator | Oct 1, 2012 | How To Install
Virtualenv: Virtual Python Environment builder Here I am explaining how to install virtualenv in Ubuntu. Virtualenv can be installed in two different ways Using Aptitude EasyInstall Aptitude: Copy and paste the following command in the Terminal. Type the password for... Updated by Administrator | Oct 1, 2012 | How To Install
Ways to install packages on Ubuntu: There are three way to install a software in Ubuntu Terminal Synaptic Package Manager Ubuntu Software Center Following are the guide line to install a VLC player in Ubuntu Terminal: Open a Terminal by using Ctrl+Alt+T or...