You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,12 +306,11 @@ See for example the `GHC Docker run.sh <https://github.com/geopython/GeoHealthCh
269
306
script to run the GHC Webapp with `gunicorn` and the `GHC Runner run-runner.sh <https://github.com/geopython/GeoHealthCheck/blob/master/docker/scripts/run-runner.sh>`_ script
270
307
to run the scheduled healthchecks.
271
308
272
-
Use virtualenv
273
-
..............
309
+
Virtual Environment
310
+
...................
274
311
275
-
This is a general Python-recommendation. Save yourself from classpath and library hells by using `virtualenv`! Starting with python3 3.3
276
-
a `venv script <https://docs.python.org/3.3/library/venv.html>`_ is provided and from python3 3.6 the `venv module <https://docs.python.org/3/library/venv.html>`_
277
-
is included in the standard library.
312
+
Use Virtual Environment! This is a general Python-recommendation. Save yourself from classpath and library hells by using Python's built-in `virtualenv`! Starting with python3 3.3
313
+
a `venv script <https://docs.python.org/3.12/library/venv.html>`_ is provided in the standard library.
0 commit comments