Skip to content

Commit c5b7f1b

Browse files
ziyeqinghanMarkDaoust
authored andcommitted
internal change.
PiperOrigin-RevId: 561757942
1 parent c701b89 commit c5b7f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow_examples/lite/model_maker/pip_package/create_venv.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ fi
1212
PIP_FLAG="--user"
1313

1414
function create_venv_or_activate {
15-
local PY="$(which python3.7)"
16-
local PIP="$(which pip3.7)"
15+
local PY="$(which python3.8)"
16+
local PIP="$(which pip3.8)"
1717
# Test whether pip exists.
1818
if [[ "${PY}" == "" ]]; then
1919
echo "python is not available."
@@ -27,7 +27,7 @@ function create_venv_or_activate {
2727
source "${VENV_HOME}/bin/activate"
2828

2929
# Install required package: twine, wheel
30-
PY="$(which python3.7)"
30+
PY="$(which python3.8)"
3131
"${PY?}" -m pip install twine==3.7.1 wheel
3232
else
3333
source "${VENV_HOME}/bin/activate"

0 commit comments

Comments
 (0)