Skip to content

Commit 588516d

Browse files
committed
fix site packages
1 parent 8243160 commit 588516d

File tree

1 file changed

+1
-0
lines changed
  • pythonforandroid/bootstraps/sdl2/build/jni/src

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/jni/src/start.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ int main(int argc, char *argv[]) {
234234
" def flush(self):\n" \
235235
" return\n" \
236236
"sys.stdout = sys.stderr = LogFile()\n" \
237+
"import site; print(site.getsitepackages())\n"
237238
"print('Android path', sys.path)\n" \
238239
"import os\n" \
239240
"print('os.environ is', os.environ)\n" \

0 commit comments

Comments
 (0)