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.
1 parent e9b3191 commit dd6a594Copy full SHA for dd6a594
contrib/build_bin.sh
@@ -19,7 +19,7 @@ else
19
fi
20
21
# We also need to change the timestamps of all of the base library files
22
-lib_dir=`pyenv root`/versions/3.9.7/lib/python3.9
+lib_dir=$(pyenv prefix)/lib/python3.9
23
TZ=UTC find ${lib_dir} -name '*.py' -type f -execdir touch -t "201901010000.00" '{}' \;
24
25
# Make the standalone binary
0 commit comments