Skip to content

Commit 79fe6a4

Browse files
authored
just use python3 (#97)
1 parent 32bcb8b commit 79fe6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask/setup-dask.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
virtualenv dask/py-dask --python=python3.12
4+
virtualenv dask/py-dask --python=python3
55
source dask/py-dask/bin/activate
66

77
# install binaries

0 commit comments

Comments
 (0)