[doc] new behavior in virtualenv since 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 11:38:19 +0100
changeset 12361 37bfcaa1792d
parent 12360 5be7a80d0696
child 12363 72fced7549e6
[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