I have a shared hosting account. Is it possible to install python3?
G gatoruss New Member Mar 1, 2019 #1 I have a shared hosting account. Is it possible to install python3?
Quags Administrator Staff member Mar 1, 2019 #2 On cpanel hosting python selector is available https://www.cloudlinux.com/python-selector Supported Alt-Python versions include: alt-python27 2.7.9, supported by CloudLinux 5, CloudLinux 6, CloudLinux 7 alt-python33 3.3.2, supported by CloudLinux 6, CloudLinux 7 alt-python34 3.4.1, supported by CloudLinux 6, CloudLinux 7 alt-python35 3.5.4, supported by CloudLinux 6, CloudLinux 7 All servers runs Cloudlinux 7 that would get new accounts.
On cpanel hosting python selector is available https://www.cloudlinux.com/python-selector Supported Alt-Python versions include: alt-python27 2.7.9, supported by CloudLinux 5, CloudLinux 6, CloudLinux 7 alt-python33 3.3.2, supported by CloudLinux 6, CloudLinux 7 alt-python34 3.4.1, supported by CloudLinux 6, CloudLinux 7 alt-python35 3.5.4, supported by CloudLinux 6, CloudLinux 7 All servers runs Cloudlinux 7 that would get new accounts.
K KDL1021 New Member May 3, 2020 #5 Hello, If you are using the Linux server then you can use the following command. $ sudo apt-get update $ sudo apt-get install python3.8 If you have already installed then you can upgrade pip and python using the following command. sudo apt-get update sudo apt-get install python3.8
Hello, If you are using the Linux server then you can use the following command. $ sudo apt-get update $ sudo apt-get install python3.8 If you have already installed then you can upgrade pip and python using the following command. sudo apt-get update sudo apt-get install python3.8