user28462
user28462

Reputation: 11

Python update Linux (Raspberry Pi)

I am trying to upgrade my Python 3.2.4 to the newer 3.3.1 on my Raspberry Pi using the Raspian Wheezy Distro, but for some reason this won't work. I only need it to use the new ipaddress module introduced, however, this is giving me some issues. I am not getting any errors, just the entire proccess doesn't seem to work with the Pi.

I have tried :

apt-get install python3
apt-get update python-3.2.4

Nothing is giving me any luck, any ideas?

Upvotes: 1

Views: 2431

Answers (1)

Sam
Sam

Reputation: 822

Try apt-get install package=version.

Upvotes: 1

Related Questions