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