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 3644b60 commit 413c626Copy full SHA for 413c626
third-party/link_torch.sh
@@ -33,7 +33,7 @@ while getopts ":o:f:" opt; do
33
esac
34
done
35
36
-LIB=$(python3 -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())')
+LIB=$(python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())')
37
38
# delimiter ,
39
export IFS=","
0 commit comments