7 Dec
2021
7 Dec
'21
00:39
On 07.12.21 0:50, "Joe Salmeri" <jmscdba@gmail.com> wrote:
Would there be any issues installing 3.10 to test out my code and leave /usr/bin/python3 pointing to 3.8 or should I just wait for 3.10 to become the primary?
If you don't need any libraries outside of the standard library (or if you have them installed in ~/.local/lib/python3.10/site-packages or /usr/local/lib/python3.10/site-packages) then everything should work with shebang `#!/usr/bin/python3.10`. Best, Matj