forked from 626_privacy/tensorflow_privacy
Update build_pip_package
script to use the built in Python virtual environment tool.
See https://docs.python.org/3/library/venv.html for more information PiperOrigin-RevId: 459806458
This commit is contained in:
parent
27c07fa7b8
commit
8b698a7fea
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ main() {
|
|||
fi
|
||||
|
||||
# Create a virtual environment
|
||||
virtualenv --python=python3 "venv"
|
||||
python3.9 -m venv "venv"
|
||||
source "venv/bin/activate"
|
||||
pip install --upgrade pip
|
||||
|
||||
|
|
Loading…
Reference in a new issue