Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
6e27b4e6
Verified
Commit
6e27b4e6
authored
Dec 05, 2014
by
mathieui
Browse files
Update the pyenv page
parent
9caa9923
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/source/misc/pyenv.rst
View file @
6e27b4e6
.. _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/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment