[PATCH] D83990: [test-release] fallback to py3's venv module
Brian Cain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 15:04:24 PDT 2020
bcain added a comment.
I created this to make it easier to run builds on systems that have python3 but don't have virtualenv installed. python3 comes with venv.
https://docs.python.org/3/library/venv.html says that at one time pyvenv was recommended but that was deprecated in favor of "python3 -m venv" which works very similar to virtualenv.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83990/new/
https://reviews.llvm.org/D83990
More information about the llvm-commits
mailing list