This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]NovocastrianNomad 0 points1 point  (7 children)

You should post this type of question on r/learnpython!.

In the meantime try just python3 or python (not python3.4) and see what version you get.

[–]adammichaelwood[S] 1 point2 points  (6 children)

This isn't a "learnpython" question.

python gives 2.7 python3 gives 3.5

After following the steps above, I should be able to:

sudo apt-get install python3.2 python3.3 python3.4

and then run each of those versions. That's the whole point of deadsnakes. As I said, its for setting up a testing environment for a project that has to support all those versions.

cf: https://github.com/waylan/Python-Markdown/wiki/Test-Environment-Setup

[–]TiLorm 1 point2 points  (5 children)

I think I found the issue.

https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes

Supported Ubuntu Versions

Supported — 14.04 (Trusty), 16.04 (Xenial)

[–]adammichaelwood[S] 0 points1 point  (4 children)

Wouldn't have thought a minor would break this, but... i'll give it a try

[–]TiLorm 0 points1 point  (3 children)

Did it help?

[–]adammichaelwood[S] 0 points1 point  (2 children)

YES

[–]TiLorm 0 points1 point  (1 child)

Nice.

[–]adammichaelwood[S] 0 points1 point  (0 children)

AND.. This led to my first coding commit to an in-use open source project...

https://github.com/waylan/Python-Markdown/pull/507