Commit
·
c563853
1
Parent(s):
b3352e3
Fix update of pip
Browse files- 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 --
|
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 |
}
|