conda location changed
authorDan White <dan@whiteaudio.com>
Tue, 23 May 2023 16:20:20 +0000 (11:20 -0500)
committerDan White <dan@whiteaudio.com>
Tue, 23 May 2023 16:20:20 +0000 (11:20 -0500)
do-updates.sh

index 79d4f87e3717e1306f213ca9660b53dc2f751482..1a254f19208e2911a2833d8d7c92c2e9934f9527 100755 (executable)
@@ -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