<#20630 Virtual environment with symlinked interpr...
# github-notifications
c
#20630 Virtual environment with symlinked interpreter in pants-managed project crashes Pants Issue created by zyd14 Describe the bug Given a virtual environment with a symlinked python interpreter (I end up with these when I create a virtual environment from another virtual environment, using
python -m venv <venv-name>
), Pants will crash on startup with the following error:
Copy code
IntrinsicError: Failed to read link "/Users/zach/Documents/empirico/projects/etxlib/cdkenv/bin/python": Absolute symlink: "/Users/zach/Documents/empirico/projects/etxlib/.venvs/venv/bin/python"
Pants version 2.19.0 OS Mac M1 pantsbuild/pants