update README

This commit is contained in:
ducoterra
2018-09-16 22:29:26 -04:00
parent 3d2c761aa4
commit 4e96fac5c6
4 changed files with 201 additions and 133 deletions

3
vars
View File

@@ -21,4 +21,5 @@ export gunicornlogloc=$logdir"gunicorn.log"
export nginxlogloc=$logdir"nginx.log"
# python settings
export pylink="https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
export pylink="https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
export pyinstalldir="/usr/src/python37"