You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Remove all installed packages from the environment (venv clear)"
306
309
echo"and install all packages specified in <lock file>."
307
310
echo"The <lock file> must be in the form '*requirements.lock'."
@@ -318,6 +321,8 @@ venv::sync() {
318
321
return"${_success}"
319
322
fi
320
323
324
+
venv::color_echo "${_yellow}""DEPRECATED: This command is deprecated and will be removed in version 2.0. Use 'venv install <requirements.lock>' instead."
0 commit comments