From: Jeremy Stanley Date: Wed, 19 Sep 2012 00:42:05 +0000 (+0000) Subject: Update sys.path example in INSTALL. X-Git-Tag: 2.1~12 X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=commitdiff_plain;h=0cfa643cef2fb2594129ea92f16a590b150d1027 Update sys.path example in INSTALL. * INSTALL: The example for checking sys.path was syntactically invalid for Python 3.x, so it has been fixed to work there as well as relatively modern 2.x (tested with 2.5 since that's the oldest I had on hand). --- diff --git a/INSTALL b/INSTALL index 9e2eeed..17eac87 100644 --- a/INSTALL +++ b/INSTALL @@ -47,7 +47,7 @@ your path (/usr/local/bin/ or ~/bin/ for example). Similarly, weather.py needs to be somewhere in Python's include path. You can see your Python interpreter's default include path by running:: - python -c "import sys ; print sys.path" + python -c 'import sys ; print(sys.path)' If the correlation data files are to be used (airports, places, stations, zctas, zones), they need to be in your current working