From: Dan White Date: Tue, 23 May 2023 16:20:20 +0000 (-0500) Subject: conda location changed X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=4a4bcf6c5c2694452ac2edc7688500227cacaa16;p=scheduling-bazaar-data.git conda location changed --- diff --git a/do-updates.sh b/do-updates.sh index 79d4f87..1a254f1 100755 --- a/do-updates.sh +++ b/do-updates.sh @@ -6,7 +6,7 @@ cd ~/ed/scheduling-bazaar cd data # Configure the Conda environment -. ~/miniconda3/etc/profile.d/conda.sh +. ~/.conda/etc/profile.d/conda.sh conda activate bazaar @@ -25,7 +25,7 @@ echo "*** Getting observations" # lag by 48h to let some updates settle down date_end="$(date -u --date='48 hours ago' '+%Y-%m-%dT%H:%M')" -../python-files/get-observations.py --fetch --pages 100 --end="$date_end" observations.db +../python-files/get-observations.py --fetch --pages 300 --end="$date_end" observations.db # what changed? #git diff