Comments on: How To Install Python 3.9 on Ubuntu 18.04 https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/ How to guide for System Administrator's and Developers Thu, 06 Oct 2022 06:59:28 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Security Advice https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-64974 Thu, 06 Oct 2022 06:59:28 +0000 https://tecadmin.net/?p=23300#comment-64974 It is advised not to run with administrative permissions unless it is really necessary to avoid undesired collateral effects. You only need to for make altinstall.

]]>
By: John doe https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-64227 Fri, 03 Jun 2022 14:28:37 +0000 https://tecadmin.net/?p=23300#comment-64227 nice tutorial as usual Many thanks.

]]>
By: Gerard https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-63788 Wed, 16 Feb 2022 16:52:04 +0000 https://tecadmin.net/?p=23300#comment-63788 Works on armbian Orange pi One H3 512Mb, need more swap
Debian GNU/Linux 10 (buster)

]]>
By: Sourav Pathak https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-63447 Tue, 12 Oct 2021 19:12:30 +0000 https://tecadmin.net/?p=23300#comment-63447 terminal gone

]]>
By: Rod https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-63325 Sun, 29 Aug 2021 15:57:50 +0000 https://tecadmin.net/?p=23300#comment-63325 Now that it’s installed and by running command python3.0 -V it displays Python 3.9.6 – Awesome!
Although it now has two different python version, How to make python 3.9.6 default as still showing python 3.8.10 if I run python3 -V ??

]]>
By: Kuna https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-63249 Fri, 06 Aug 2021 02:29:23 +0000 https://tecadmin.net/?p=23300#comment-63249 It has it already

]]>
By: andres leonRangel https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-63248 Fri, 06 Aug 2021 00:54:12 +0000 https://tecadmin.net/?p=23300#comment-63248 everything worked great for me. Thanks a lot

my output in ubuntu 2018
/usr/bin/install -c -m 644 ./Misc/python.man \
/usr/local/share/man/man1/python3.9.1
if test “xupgrade” != “xno” ; then \
case upgrade in \
upgrade) ensurepip=”–altinstall –upgrade” ;; \
install|*) ensurepip=”–altinstall” ;; \
esac; \
./python -E -m ensurepip \
$ensurepip –root=/ ; \
fi
Looking in links: /tmp/tmpxie6sw67
Processing /tmp/tmpxie6sw67/setuptools-56.0.0-py3-none-any.whl
Processing /tmp/tmpxie6sw67/pip-21.1.3-py3-none-any.whl
Installing collected packages: setuptools, pip
Successfully installed pip-21.1.3 setuptools-56.0.0
WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

That was successful

]]>
By: rsh https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-63005 Mon, 14 Jun 2021 23:50:39 +0000 https://tecadmin.net/?p=23300#comment-63005 with sodu tar xzf Python-3.9.4.tgz . do it

]]>
By: Mansi https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-62963 Mon, 07 Jun 2021 07:05:59 +0000 https://tecadmin.net/?p=23300#comment-62963 Hi, there is some problem in extracting the downloaded archive files.
I am getting this message for all the files in the source zipped package

tar: Python-3.9.4: Cannot mkdir: Permission denied
tar: Python-3.9.4/CODE_OF_CONDUCT.md: Cannot open: No such file or directory

Can you suggest why is it and what can i do? thanks

]]>
By: Tamás https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/#comment-62906 Fri, 21 May 2021 14:13:50 +0000 https://tecadmin.net/?p=23300#comment-62906 I can’t open the terminals

]]>