We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the docket:
--venv
pex
__name__ == '__main__'
--seed
$PWD
sys.path
--copies
--symlinks
The text was updated successfully, but these errors were encountered:
Maybes moved over to 2.1.32 in #1237.
Sorry, something went wrong.
Prepare the 2.1.31 release.
c7f2297
Fixes pex-tool#1226
Prepare the 2.1.31 release. (#1251)
1714ef4
Fixes #1226
jsirois
Successfully merging a pull request may close this issue.
On the docket:
--venv
modepex
script does not have a__name__ == '__main__'
guard breaking multiprocessing. The--venv
modepex
script does not have a__name__ == '__main__'
guard breaking multiprocessing. #1236--seed
mode for a--venv
PEX is unsafe. The--seed
mode for a--venv
PEX is unsafe. #1239pex
script handles entrypoint functions differently from PEX. The venvpex
script handles entrypoint functions differently from PEX. #1241$PWD
entry intosys.path
. Interpreter identification leaks an unconstrained$PWD
entry intosys.path
. #1231--copies
vs.--symlinks
Support control of venv creation mode--copies
vs.--symlinks
#1230The text was updated successfully, but these errors were encountered: