From eb2c7ec629e2f8e4d1112d76ad9664deef730697 Mon Sep 17 00:00:00 2001 From: Robert Buck Date: Mon, 3 Aug 2015 14:57:28 -0400 Subject: [PATCH] documentation of LC_CTYPE --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 39abc67..a020c73 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -37,6 +37,10 @@ Then once those are setup... Developer Testing ~~~~~~~~~~~~~~~~~ +Prerequisite for testing is to unset LC_CTYPE: + + | unset LC_CTYPE + My basic means of testing has been: | source ~/.venv/pynuodb/bin/activate