I tend to use a Debian wheezy system, that ships with Python 2.6, 2.7 and 3.2.
However I'm developing now using a local installation Python 3.4 because has a very interesting advantage over Python 3.2.
The problem is that I don't know how to install such a thing as a pdb3.4
. When I run pdb3
over my Python 3.4 program, it runs as a Python 3.2 program, failing.
I'm on the need of general Python advice on versions and multi-host (Ubuntu precise and trusty, and Debian wheezy) multi-version development, and I particularly need downloading and building a 3.4 version of pdb
, but I don't get to find any documentation on that.