We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a083a3 commit 5bf6f34Copy full SHA for 5bf6f34
scripts/mypython
@@ -3,6 +3,7 @@
3
# A python wrapper that uses LD_AUDIT with rtld loader for testing.
4
5
export PYTHONPATH=${REPL_HOME}/.pythonlibs/lib/python3.10/site-packages
6
+export REPLIT_RTLD_LOG_LEVEL=2
7
export LD_LIBRARY_PATH=
8
export LD_AUDIT=$REPL_HOME/rtld_loader.so
9
exec "python3" "$@"
0 commit comments