From 145831ecb7831dac4c21a55537ac9a1f063c54c0 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 28 Jul 2023 17:46:01 -0500 Subject: [PATCH] Switch to python venv from conda --- do-updates.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/do-updates.sh b/do-updates.sh index 4eb7b25..eb5e13f 100755 --- a/do-updates.sh +++ b/do-updates.sh @@ -6,8 +6,14 @@ cd ~/ed/scheduling-bazaar cd data # Configure the Conda environment -. ~/.conda/etc/profile.d/conda.sh -conda activate bazaar +#. ~/.conda/etc/profile.d/conda.sh +#conda activate bazaar + +# (now) using python virtual environment +. ../.direnv/python-3.10.6/bin/activate + +#python -c 'import skyfield; print(skyfield.__version__)' +#python -c 'import sgp4; print(sgp4.__version__)' echo "*** Fetching database items" -- 2.25.1