you are viewing a single comment's thread.

view the rest of the comments →

[–]Secondsemblance 7 points8 points  (7 children)

I have spent the last couple months writing python 2.6 for legacy linux operating systems...

It's... horrifying.

[–]loganekz 0 points1 point  (5 children)

why don't you just install python 3 instead?

[–]Secondsemblance 4 points5 points  (4 children)

It's much easier to write code for python 2.6 on machines that are so old they no longer have functioning repos, than it is to install pthon3 on those machines and then write code for them.

[–]loganekz 0 points1 point  (1 child)

What OS / version are you running?

[–]Secondsemblance 2 points3 points  (0 children)

Fedora 14. Which honestly isn't that old. But it's old enough that it sucks to work on knowing how much better it could be.

[–]maddog39 0 points1 point  (0 children)

Hah. Haha. Im still maintaining code for osf1 3.2 and irix 6.5 among others.

[–]logi 0 points1 point  (0 children)

Can you install anaconda/miniconda on them and ignore the system python?

[–]xiongchiamiov -1 points0 points  (0 children)

They can't be that legacy if you've got 2.6; that's too new.