Changeset - 57bae44fd22e
[Not reviewed]
stable
0 1 0
Mads Kiilerich - 10 years ago 2015-11-27 01:34:47
madski@unity3d.com
docs: consistently use venv instead of pyenv
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/setup.rst
Show inline comments
 
@@ -730,7 +730,7 @@ Here is a sample excerpt from an Apache 
 

	
 
    WSGIDaemonProcess kallithea \
 
        processes=1 threads=4 \
 
        python-path=/srv/kallithea/pyenv/lib/python2.7/site-packages
 
        python-path=/srv/kallithea/venv/lib/python2.7/site-packages
 
    WSGIScriptAlias / /srv/kallithea/dispatch.wsgi
 
    WSGIPassAuthorization On
 

	
 
@@ -763,7 +763,7 @@ Example WSGI dispatch script:
 
    os.chdir('/srv/kallithea/')
 

	
 
    import site
 
    site.addsitedir("/srv/kallithea/pyenv/lib/python2.7/site-packages")
 
    site.addsitedir("/srv/kallithea/venv/lib/python2.7/site-packages")
 

	
 
    from paste.deploy import loadapp
 
    from paste.script.util.logging_config import fileConfig
0 comments (0 inline, 0 general)