I had some troubles using Python 3.3 in Ubuntu running on x86_64 architecture. This gist is just a reminder of how I solved it.
- Get the source:
wget http://python.org/ftp/python/3.3.0/Python-3.3.0.tar.bz2
- Untar it:
tar jxf ./Python-3.3.0.tar.bz2
cd Python-3.3.0