From 0828e2cff2f49f0f1e65a135b932d0d0c79e195d Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Mon, 24 Sep 2018 17:45:56 -0600 Subject: [PATCH] Python install instructions. --- install-python.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install-python.txt diff --git a/install-python.txt b/install-python.txt new file mode 100644 index 0000000..96583ab --- /dev/null +++ b/install-python.txt @@ -0,0 +1,12 @@ +Download the source for Python 3.6.6: https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz + + +Then go into the directory where you downloaded python, extract it. + +Then open a terminal in that folder. + +Run: + +./configure --enable-optimizations --prefix=/opt/phw/ + +to install Python with stable optimizations (good performance, stable) in the directory /opt/phw