summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-12-05 21:30:10 +0100
committermathieui <mathieui@mathieui.net>2014-12-05 21:30:10 +0100
commit6e27b4e6ef1b09e42419b172d281c3fd83a71312 (patch)
tree4d4af31320386d492226226823baaf4c8df397b6 /doc
parent9caa992333cfc1a38c3b0a678fea7fa18e07eca9 (diff)
downloadpoezio-6e27b4e6ef1b09e42419b172d281c3fd83a71312.tar.gz
poezio-6e27b4e6ef1b09e42419b172d281c3fd83a71312.tar.bz2
poezio-6e27b4e6ef1b09e42419b172d281c3fd83a71312.tar.xz
poezio-6e27b4e6ef1b09e42419b172d281c3fd83a71312.zip
Update the pyenv page
Diffstat (limited to 'doc')
-rw-r--r--doc/source/misc/pyenv.rst18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/source/misc/pyenv.rst b/doc/source/misc/pyenv.rst
index 79c4c66f..bb26f759 100644
--- a/doc/source/misc/pyenv.rst
+++ b/doc/source/misc/pyenv.rst
@@ -1,7 +1,10 @@
.. _pyenv-install:
-Pyenv - Installing python 3.4 as a user
-=======================================
+Installing python 3.4 as a user
+-------------------------------
+
+Pyenv (x86/x86_64 only)
+=======================
Pyenv_ is a useful script that allows you to install several python versions
in your user directory, and lets you manage which one you want depending on
@@ -19,6 +22,17 @@ Then you only need to add a ``.python-version`` file containing ``3.4.2`` in
your poezio directory to make the python version in that directory default to
the python 3.4.2 installed with pyenv.
+Building your own python 3
+==========================
+
+- Go to the `python download page`_
+- Select the “Latest Python 3 Release”
+- Download a tarball and extract it
+- Run ``./configure && make`` (takes a few minutes even on old CPUs)
+- Edit the poezio launch.sh script to make it call your user-compiled python
+
+
.. _Pyenv: https://github.com/yyuu/pyenv
.. _installation tutorial: https://github.com/yyuu/pyenv#installation
.. _automated installer: https://github.com/yyuu/pyenv-installer
+.. _python download page: https://www.python.org/downloads/source/