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 ccf3c47 commit 47df87cCopy full SHA for 47df87c
osg-system-profiler
@@ -131,6 +131,7 @@ python_info () {
131
$python -c "import sys; print('Prefix: ' + sys.prefix)"
132
$python -c 'import platform; print("Architecture: " + str(platform.architecture()))'
133
$python -c "import sys; print('Search paths: ' + str(sys.path))"
134
+ echo "------"
135
}
136
137
dir=`pwd`
0 commit comments