NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
viperhansa
Aug 09, 2020Virtuoso
PYTHON 3
Hi all, Running OS 6.10.3 on a legacy pro 6. Works like a charm... My question is: will there be a update from PYTHON 2.7 to 3.xx ? One of my apps will go over to version 3 and will not be ...
- Aug 16, 2020
From what I understand, Python2 and Python3 can safely co-exists. So, from SSH apt intall python3 from SSH should install Python3 and leave Python2 alone. Prior to that, it is best to do an apt update to refresh the repository listings. I believe you can also specify a specific version (apt install python3.6) if needed, but multiple versions of Python3.x cannot co-exist.
I have no idea how big the Python3 installation is or where it gets installed. It is best practice on the ReadyNAS to create a directory in /apps to which you move the installation, replacing the original location with a hard link to the new one. That's because /apps is not on the OS partition and that partition does have limited size. That's one of the main things a ReadyNAS-specific app does for you.
Sandshark
Aug 10, 2020Sensei - Experienced User
Python is not a part of the ReadyNAS OS. I assume, then, that you are asking about Poussin's Python app. I don't believe Poussin has updated any of his Netgear apps in some time. The only way I know to install Python3 on a ReadyNAS is via SSH and apt.
viperhansa
Aug 10, 2020Virtuoso
:-)
wasn't that what i wrote? :smileywink:
Well, that was what i meant at least.
Will there be any conflicts between the installed 2.7 or will just 3.xx replace it?
Anyone that can help out with some commandline wizardry for installing 3.xx?
regards
// Hans
- viperhansaAug 15, 2020Virtuoso
Anyone that can help out?
regards
// Hans
- SandsharkAug 16, 2020Sensei - Experienced User
From what I understand, Python2 and Python3 can safely co-exists. So, from SSH apt intall python3 from SSH should install Python3 and leave Python2 alone. Prior to that, it is best to do an apt update to refresh the repository listings. I believe you can also specify a specific version (apt install python3.6) if needed, but multiple versions of Python3.x cannot co-exist.
I have no idea how big the Python3 installation is or where it gets installed. It is best practice on the ReadyNAS to create a directory in /apps to which you move the installation, replacing the original location with a hard link to the new one. That's because /apps is not on the OS partition and that partition does have limited size. That's one of the main things a ReadyNAS-specific app does for you.
- viperhansaAug 16, 2020Virtuoso
Sandshark wrote:From what I understand, Python2 and Python3 can safely co-exists. So, from SSH apt intall python3 from SSH should install Python3 and leave Python2 alone. Prior to that, it is best to do an apt update to refresh the repository listings. I believe you can also specify a specific version (apt install python3.6) if needed, but multiple versions of Python3.x cannot co-exist.
I have no idea how big the Python3 installation is or where it gets installed. It is best practice on the ReadyNAS to create a directory in /apps to which you move the installation, replacing the original location with a hard link to the new one. That's because /apps is not on the OS partition and that partition does have limited size. That's one of the main things a ReadyNAS-specific app does for you.
UPDATE:
Well, managed to install it properly.
Non of the apps in question "see" it installed. Still reports the old 2.7 version of python.Have anyone seen Mhynlo recently?
He wrote the main installer for them.regards Hans.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!