Added pip-review updating to script
This commit is contained in:
parent
06404f5ff4
commit
3b8d549421
1 changed files with 9 additions and 0 deletions
|
@ -105,3 +105,12 @@ then
|
|||
else
|
||||
echo $($CMD_FALSE)"snap not found/needed"$($CMD_CLEAR)
|
||||
fi
|
||||
|
||||
# pip
|
||||
if `which pip-review &> /dev/null 2>&1`
|
||||
then
|
||||
echo $($CMD_TRUE)"Found pip-review. Updating: ($(pip-review))"$($CMD_CLEAR)
|
||||
pip-review --auto --local --user
|
||||
else
|
||||
echo $($CMD_FALSE)"pip-review not found/needed"$($CMD_CLEAR)
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue