We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986d42 commit c539904Copy full SHA for c539904
scripts/dependencyVersions.sh
@@ -11,6 +11,10 @@ set -o errexit # set -e : exit the script if any statement returns a non-true
11
# get the script directory
12
scriptDir="$(dirname "$0")"
13
14
+# print operating systems infos
15
+( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head -n1
16
+uname -mrs
17
+echo ""
18
# Print the python version.
19
echo "python: $(python3 --version | sed -n 's/.*Python\s*\([.0-9]*\)/\1/p')"
20
echo "latexgit_py: $(pip freeze | grep latexgit | sed -n 's/.*==*\([.0-9]*\)/\1/p')"
0 commit comments