comparison docs/overview.rst @ 8193:89e9aef9b983

py3: use "python3 -m venv" instead of virtualenv package
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 03 Feb 2020 16:30:08 +0100
parents ab30729c735c
children 01aca0a4f876
comparison
equal deleted inserted replaced
8192:b7caa806cf6e 8193:89e9aef9b983
28 upgrade and is probably not a good idea unless using a package manager. 28 upgrade and is probably not a good idea unless using a package manager.
29 29
30 - Packages could also be installed in ``~/.local`` ... but that is probably 30 - Packages could also be installed in ``~/.local`` ... but that is probably
31 only a good idea if using a dedicated user per application or instance. 31 only a good idea if using a dedicated user per application or instance.
32 32
33 - Finally, it can be installed in a virtualenv_. That is a very lightweight 33 - Finally, it can be installed in a virtualenv. That is a very lightweight
34 "container" where each Kallithea instance can get its own dedicated and 34 "container" where each Kallithea instance can get its own dedicated and
35 self-contained virtual environment. 35 self-contained virtual environment.
36 36
37 We recommend using virtualenv for installing Kallithea. 37 We recommend using virtualenv for installing Kallithea.
38 38
163 163
164 164
165 .. _Python: http://www.python.org/ 165 .. _Python: http://www.python.org/
166 .. _Gunicorn: http://gunicorn.org/ 166 .. _Gunicorn: http://gunicorn.org/
167 .. _Waitress: http://waitress.readthedocs.org/en/latest/ 167 .. _Waitress: http://waitress.readthedocs.org/en/latest/
168 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
169 .. _Gearbox: http://turbogears.readthedocs.io/en/latest/turbogears/gearbox.html 168 .. _Gearbox: http://turbogears.readthedocs.io/en/latest/turbogears/gearbox.html
170 .. _PyPI: https://pypi.python.org/pypi 169 .. _PyPI: https://pypi.python.org/pypi
171 .. _Apache httpd: http://httpd.apache.org/ 170 .. _Apache httpd: http://httpd.apache.org/
172 .. _mod_wsgi: https://code.google.com/p/modwsgi/ 171 .. _mod_wsgi: https://code.google.com/p/modwsgi/
173 .. _isapi-wsgi: https://github.com/hexdump42/isapi-wsgi 172 .. _isapi-wsgi: https://github.com/hexdump42/isapi-wsgi