We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 224c721 + 2f5b1ec commit 0fe7991Copy full SHA for 0fe7991
construct.yaml
@@ -28,7 +28,7 @@ ignore_duplicate_files: true
28
29
specs:
30
- conda
31
- - python 3.8.*
+ - python 3.9.*
32
- pip
33
# Security
34
- certifi
create_diracosrc.sh
@@ -22,7 +22,7 @@
22
} > "$PREFIX/diracosrc"
23
24
# Workaround for the incorrect etc directory in v7r2
25
-ln -s "$PREFIX/etc" "$PREFIX/lib/python3.8/site-packages/etc"
+ln -s "$PREFIX/etc" "$PREFIX/lib/python3.9/site-packages/etc"
26
27
# Print further install instructions
echo ""
0 commit comments