Skip to content

Commit f0e6430

Browse files
author
skywind3000
committed
add runtime to the site directory
1 parent 0648da1 commit f0e6430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyStand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const char *init_script =
350350
" sys.stderr = fp\n"
351351
" attached = False\n"
352352
#endif
353-
"for n in ['.', 'lib', 'site-packages']:\n"
353+
"for n in ['.', 'lib', 'site-packages', 'runtime']:\n"
354354
" test = os.path.abspath(os.path.join(PYSTAND_HOME, n))\n"
355355
" if os.path.exists(test):\n"
356356
" site.addsitedir(test)\n"

0 commit comments

Comments
 (0)