Update script for pip package.
PiperOrigin-RevId: 515696284
This commit is contained in:
parent
c2bd4c3c6f
commit
d7d497bb69
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ main() {
|
|||
fi
|
||||
|
||||
# Create a virtual environment
|
||||
python3.9 -m venv "venv"
|
||||
python3 -m venv "venv"
|
||||
source "venv/bin/activate"
|
||||
pip install --upgrade pip
|
||||
|
||||
|
|
Loading…
Reference in a new issue