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 d7ad467 commit a04fe4fCopy full SHA for a04fe4f
graalpython/lib-python/3/venv/__init__.py
@@ -146,10 +146,6 @@ def create_if_needed(d):
146
libpath = self._venv_path(env_dir, 'purelib')
147
148
# Truffle change:
149
- # The original CPython code assumes that one level up from the executable (not resolving
150
- # symlinks) is the Python home. It is not the case for us since $GRAALVM_HOME/bin/graalpy
151
- # is just a symlink to $GRAALVM_HOME/languages/python/bin/graalpy.
152
- context.python_dir = __graalpython__.home
153
if not self.symlinks and os.name != 'nt':
154
# We cannot copy the launcher to another location, because it is either bash launcher
155
# that locates the java executable relative to it, or it is a native application that
0 commit comments