Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eckersley <pde@eff.org>2016-01-30 01:35:41 +0300
committerPeter Eckersley <pde@eff.org>2016-01-30 01:35:41 +0300
commitaf10ca746f4b305ef98b8a35a03f5e15c1d739bc (patch)
treed2acbd72aaf2d80c932bced180b60169d1e98633
parent60e72188e440282d79702e09461fe3c4649bb993 (diff)
Add a warning about developer venv breakage...venvdoc
-rw-r--r--docs/contributing.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 329f92461..4d7821590 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -42,6 +42,12 @@ Activating a shell in this way makes it easier to run unit tests
with ``tox`` and integration tests, as described below. To reverse this, you
can type ``deactivate``. More information can be found in the `virtualenv docs`_.
+.. warning:: You should regularly run ``git pull`` to keep your local copy of
+ the client in sync with git master. However from time to time you will
+ encounter ``virtualenv`` / ``pkg_resources`` due to changing versions of
+ various components, or modules moving but leaving .pyc files behind. If
+ these occur, simply re-run ``./bootstrap/dev/venv.sh``.
+
.. _`virtualenv docs`: https://virtualenv.pypa.io
Find issues to work on