[doc] new behavior in virtualenv since 3.26 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 11:38:19 +0100
branch3.26
changeset 12435 af93bf9723b4
parent 12434 4443ae7c9a2d
child 12436 d24f45087808
[doc] new behavior in virtualenv since 3.26
cubicweb/cwconfig.py
--- a/cubicweb/cwconfig.py	Tue Jan 29 14:04:28 2019 +0100
+++ b/cubicweb/cwconfig.py	Tue Feb 12 11:38:19 2019 +0100
@@ -49,12 +49,9 @@
 Within virtual environment
 ``````````````````````````
 
-If you are not administrator of you machine or if you need to play with some
-specific version of |cubicweb| you can use virtualenv_ a tool to create
-isolated Python environments.
-
-- instances are stored in :file:`<VIRTUAL_ENV>/etc/cubicweb.d`
-- temporary files (such as pid file) in :file:`<VIRTUAL_ENV>/var/run/cubicweb`
+When installed within a virtualenv, CubicWeb will look for instances data as in
+user mode by default, that is in $HOME/etc/cubicweb.d. However the
+CW_INSTANCES_DIR environment variable should be preferably used.
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv