Skip to content

Commit

Permalink
Fix call to venv.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Feb 3, 2025
1 parent d8cea8c commit 577d45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/meteo/get_era5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mkdir -p "$dir" || exit
tmp=$(mktemp -d tmp.XXXXXXXX)

# Download data...
source ~/venv/bin/activate
source ./venv/bin/activate
cd "$tmp" || exit
python3 <<EOF
import cdsapi
Expand Down

0 comments on commit 577d45b

Please sign in to comment.