It depends what you are trying to do, and why you want to learn it.
If you are just looking for an "expand my mind" type language, I would say go Ruby. The language focus on blocks and meta programming will push your comfort zone if you haven't touched anything like that before.
If you are looking for a general purpose language, go python. At this point, ruby is mostly "thing thing that powers rails", while python has been around for a very long time, and has alot of libraries written for it that ruby just doesn't have. It is a highly productive language with a more conservative take on things like sugar and monkey patching, which makes it less wacky and fun, but more practical for large scale development.
If you are looking for a web language, go ruby. The momentum around rails means there are things it is getting, or have gotten, that will not be available for python frameworks for awhile (kernel threads, threadsafe framework, something resembling an app server). I actually find Django is my favorite web platform out there, but rails is probably the best bet right now.
If you are looking for a scripting language, go Perl. It is ubiquitous on the UNIX platforms, and has been around forever, so there are tons of libraries available for it.