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 13633f5 commit 8fd20ebCopy full SHA for 8fd20eb
py/tools/py/src/runfiles_interpreter.tmpl
@@ -80,7 +80,7 @@ source "${RUNFILES_DIR:-/dev/null}/${f}" 2>/dev/null || \
80
} >/dev/null
81
82
# Look up the runfiles-based interpreter and put its dir _first_ on the path.
83
-INTERPRETER="$(realpath $(rlocation {{INTERPRETER_TARGET}}))"
+INTERPRETER="$(rlocation {{INTERPRETER_TARGET}})"
84
85
# Figure out if we're dealing with just some program or a real install
86
# <SOMEDIR> <- possible $PYTHONHOME
0 commit comments