summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-06 23:47:42 +0200
committermathieui <mathieui@mathieui.net>2017-10-06 23:51:54 +0200
commit87e2c3dad950413e888dde207e18c93ff2d809a4 (patch)
treeeaeaf6a0888fb4857ef7f3062a43a07b9b057f5e
parent0b820338422e19bee920e3c24d5ec2a8a32af48c (diff)
downloadpoezio-87e2c3dad950413e888dde207e18c93ff2d809a4.tar.gz
poezio-87e2c3dad950413e888dde207e18c93ff2d809a4.tar.bz2
poezio-87e2c3dad950413e888dde207e18c93ff2d809a4.tar.xz
poezio-87e2c3dad950413e888dde207e18c93ff2d809a4.zip
Update the documentation for update.sh
-rw-r--r--doc/source/install.rst16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 975e7592..5187fbcd 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -163,10 +163,18 @@ poezio without a system-wide install, do, in the :file:`poezio` directory:
you can use the ``$POEZIO_VENV`` environment variable to set use
another path (the default is :file:`poezio-venv`).
- If your distribution does not have a ``pyvenv`` symlink to the latest
- pyvenv available, you will need to set ``$POEZIO_VENV_COMMAND`` to it.
- For example, if you have python 3.4, you will need to set it to
- ``pyvenv-3.4`` instead.
+.. note::
+
+ The python version used can be customized using the ``$POEZIO_PYTHON``
+ env variable.
+
+ If your distribution's python3 does not have a ``venv`` module, install
+ the package corresponding to that module (probably ``python3-venv``).
+
+
+.. versionchanged:: 0.12
+ Previously there was a ``$POEZIO_VENV_COMMAND`` env variable to define
+ the command. Now it is required to use ``$POEZIO_PYTHON``.
If you really want to install it, run as root (or sudo in ubuntu or whatever):