Cristiano Salerno

Results 3 comments of Cristiano Salerno

There you go: ```bash $ RUST_LOG=debug uv venv -v uv_interpreter::python_query::find_default_python platform=Platform { os: Manylinux { major: 2, minor: 17 }, arch: X86_64 }, cache=Cache { root: "/home/csalerno/.cache/uv", refresh: None, _temp_dir_drop:...

Sure, no sensitive content found :) > `which python` `/home/csalerno/.caddir/RHEL7/cadbin/python` > `cat /home/cadappl_RHEL7/python3/3.10.5/wrapper/python3.wrapper` ```bash #!/bin/sh export PATH=/cadappl/python3/3.10.5/python3/bin:${PATH} export LD_LIBRARY_PATH=/cadappl/python3/3.10.5/python3/lib:/cadappl/tcl/8.6.11/tcl/lib:/cadappl/tk/8.6.11/tk/lib:/cadappl/sqlite/3.34.1/sqlite/lib:/cadappl/zlib/1.2.11/lib:/cadappl/openssl/1.1.1j/openssl/lib:/cadappl/valgrind/3.16.1/valgrind/lib:/cadappl/gdbm/1.19/gdbm/lib:/cadappl/readline/6.2.4.1/readline/lib:/cadappl/bzip2/1.0.6.a/bzip2/lib:${LD_LIBRARY_PATH} `basename $0` "$@" ```

is there a workaround that I could apply in `python3.wrapper`? or this is something that should be fixed in `uv`?