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.
viperhansa
Aug 15, 2020Virtuoso
Anyone that can help out?
regards
// Hans
Sandshark
Aug 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.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!