Skip to content

Commit

Permalink
just use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Nov 1, 2024
1 parent 32bcb8b commit 6fbb318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/setup-dask.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

virtualenv dask/py-dask --python=python3.12
virtualenv dask/py-dask --python=python3
source dask/py-dask/bin/activate

# install binaries
Expand Down

0 comments on commit 6fbb318

Please sign in to comment.