satyaortiz-gagne commited on
Commit
c563853
·
1 Parent(s): b3352e3

Fix update of pip

Browse files
Files changed (1) hide show
  1. scripts/utils.sh +1 -1
scripts/utils.sh CHANGED
@@ -171,7 +171,7 @@ function init_venv {
171
 
172
  source "${_prefixroot}/venv/${_name}/bin/activate" || \
173
  exit_on_error_code "Failed to activate ${_name} venv"
174
- python3 -m pip install --no-index --upgrade pip
175
 
176
  "$@"
177
  }
 
171
 
172
  source "${_prefixroot}/venv/${_name}/bin/activate" || \
173
  exit_on_error_code "Failed to activate ${_name} venv"
174
+ python3 -m pip install --upgrade pip
175
 
176
  "$@"
177
  }