You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsirois
changed the title
Some python tools and libraries don's work with symlinked venv site-packages contents.
Some python tools and libraries don't work with symlinked venv site-packages contents.
Dec 18, 2021
Previously, `--venv` mode PEXes always used symlinks for site-packages
dependencies; now there is a `--venv-site-packages-copies` option to
allow the choice of hard links / copies when symlinks are not understood
by projects installed in site-packages.
Fixespex-tool#1542
Previously, `--venv` mode PEXes always used symlinks for site-packages
dependencies; now there is a `--venv-site-packages-copies` option to
allow the choice of hard links / copies when symlinks are not understood
by projects installed in site-packages.
Fixes#1542
Notably, pylint, which is used by Pants in a
--venv
PEX: pylint-dev/pylint#1470Pex should gain a knob to work around this as needed.
The text was updated successfully, but these errors were encountered: