I currently have python 2.6 (default) installed on my VPS (Plesk). I have also installed python 2.7 which is the version I want to use 99% of the time. I need to install python-dev on python 2.7 but running
sudo apt-get install python-dev
installs under python 2.6
How do I install python-dev for python 2.7?