summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-01-24 17:54:30 +0100
committermathieui <mathieui@mathieui.net>2015-01-24 17:54:30 +0100
commit68b7df63398da83cf444012db51868eb43b02685 (patch)
treede4ce920ef8af5b0918025f5f748c8047a9da7f3 /doc
parent27ed21a7733cb18525b4b4cd4a9ed4894bf5d832 (diff)
downloadpoezio-68b7df63398da83cf444012db51868eb43b02685.tar.gz
poezio-68b7df63398da83cf444012db51868eb43b02685.tar.bz2
poezio-68b7df63398da83cf444012db51868eb43b02685.tar.xz
poezio-68b7df63398da83cf444012db51868eb43b02685.zip
Document $POEZIO_VENV and $POEZIO_VENV_COMMAND
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index d21831b1..9dc9137c 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -126,6 +126,18 @@ poezio without a system-wide install, do, in the :file:`poezio` directory:
./update.sh
+.. note::
+
+ If you want to use a custom directory for the virtualenv used by poezio,
+ 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.
+
+
If you really want to install it, run as root (or sudo in ubuntu or whatever):
.. code-block:: bash