Skip to content

Commit daab431

Browse files
committed
FIX: Correct Python path for patching
1 parent 4a7e415 commit daab431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/src/nibabies_wrapper/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MISSING = """
3030
Image '{}' is missing
3131
Would you like to download? [Y/n] """
32-
PKG_PATH = "/opt/conda/lib/python3.9/site-packages"
32+
PKG_PATH = "/opt/conda/envs/nibabies/lib/python3.10/site-packages"
3333
TF_TEMPLATES = (
3434
"MNI152Lin",
3535
"MNI152NLin2009cAsym",

0 commit comments

Comments
 (0)