Skip to content

Commit 9ad27ab

Browse files
author
Bastien Gautier
committed
Add pip update
1 parent cb47891 commit 9ad27ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.devcontainer/install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ PATH="/workspaces/app/.venv/bin:$PATH"
2424

2525
echo -e "Done.\n"
2626

27-
echo -e "${GREEN}> Identify the packaging and dependency manager to install.${ENDCOLOR}\n"
27+
echo -e "${GREEN}> Update PIP tool.${ENDCOLOR}\n"
28+
pip install --upgrade pip
29+
30+
echo -e "\n${GREEN}> Identify the packaging and dependency manager to install.${ENDCOLOR}\n"
2831

2932
PIP_MANAGER=false
3033
POETRY_MANAGER=false
@@ -84,9 +87,7 @@ source /workspaces/app/.venv/bin/activate
8487
if [ "$PIP_MANAGER" = true ];
8588
then
8689

87-
echo -e "${GREEN}> Update PIP tool and install dependencies.${ENDCOLOR}\n"
88-
89-
pip install --upgrade pip
90+
echo -e "${GREEN}> Install dependencies with PIP.${ENDCOLOR}\n"
9091

9192
# pip install keyring artifacts-keyring
9293

0 commit comments

Comments
 (0)