You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
601 B
Bash
13 lines
601 B
Bash
6 years ago
|
# 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
|