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 015d364 commit 1ca25f7Copy full SHA for 1ca25f7
1 file changed
recipe/run_test.py
@@ -2,6 +2,9 @@
2
import platform
3
import sys
4
import subprocess
5
+import site
6
+print(site.getsitepackages())
7
+print(site.getusersitepackages())
8
9
armv6l = bool(platform.machine() == 'armv6l')
10
armv7l = bool(platform.machine() == 'armv7l')
0 commit comments