RailsCasts Pro episodes are now free!

Learn more or hide this

Justin Schier's Profile

GitHub User: dopa

Site: http://dopa.mn

Comments by Justin Schier

Avatar

This worked for me as well. Thanks!

Avatar

I was having trouble with the add-apt-repository command on Ubuntu 12.10 - Command not Found, even after doing sudo apt-get install python-software-properties

This was the error:
sudo: apt-add-repository: command not found

This was the solution:
sudo apt-get install software-properties-common

After that it started working finally.