On 4/11/19 12:15 PM, Mark Sapiro wrote: > Generally older Python 3 code will run on newer versions. The issues are > trying to run code developed for newer Python 3 versions on older versions.
The problem is reliance on third-party libraries coupled with absence of usable package management system. It will "generally" run within the same major interpreter version unless it imports a package that got updated by some other python app on the system. This is why containers are such a big deal: they're the only safe way to have 2 python applications on the same host. (Coincidentally, I hear docker's written in go and singularity recently got rewritten in go.) -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org