Loading cloneall.bash +2 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ if [ ! -z "$clona" ]; then . .env [[ ! -d "venv" ]] && python3 -mvenv venv . venv/bin/activate pip install --upgrade pip pip install autopep8 pip install matplotlib for REPO in "${REPOS[@]}"; do Loading @@ -39,7 +40,7 @@ if [ ! -z "$clona" ]; then pushd $REPO git switch dev || echo no dev branch if [[ "$REPO" != "gitlab-profile" ]]; then [ ! -z "$pyinsta" ] && python -mpip install -e . && python -m hotwheels.checkup hotwheels/ [ ! -z "$pyinsta" ] && python -mpip install -e .[edit] && python -m hotwheels.checkup hotwheels/ fi popd done Loading Loading
cloneall.bash +2 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ if [ ! -z "$clona" ]; then . .env [[ ! -d "venv" ]] && python3 -mvenv venv . venv/bin/activate pip install --upgrade pip pip install autopep8 pip install matplotlib for REPO in "${REPOS[@]}"; do Loading @@ -39,7 +40,7 @@ if [ ! -z "$clona" ]; then pushd $REPO git switch dev || echo no dev branch if [[ "$REPO" != "gitlab-profile" ]]; then [ ! -z "$pyinsta" ] && python -mpip install -e . && python -m hotwheels.checkup hotwheels/ [ ! -z "$pyinsta" ] && python -mpip install -e .[edit] && python -m hotwheels.checkup hotwheels/ fi popd done Loading