Include .env file (as an example)
parent
60f78a4e10
commit
6ddd015a66
@ -0,0 +1,13 @@
|
|||||||
|
# Environment variables go here, these will be automatically read when using "pipenv run python 'file.py'"
|
||||||
|
|
||||||
|
# Location where data is backed up to. Should be able to copy a set of the data from here.
|
||||||
|
DATA_BACKUP_DIR="J:/Coastal/Temp/CKL/nsw_2016_storm_impact/data"
|
||||||
|
|
||||||
|
# Location where the matlab interpreter is located. Required for a couple of data processing scripts.
|
||||||
|
MATLAB_PATH="C:/Program Files/MATLAB/R2016b/bin/win64/MATLAB.exe"
|
||||||
|
|
||||||
|
|
||||||
|
# The settings below should be left as is unless you know what you're doing.
|
||||||
|
|
||||||
|
# We want to create the pipenv virtualenv in the current folder
|
||||||
|
PIPENV_VENV_IN_PROJECT=1
|
Loading…
Reference in New Issue