Skip to content

Commit 3409439

Browse files
abncrobinso
authored andcommitted
Do not exit shell when in active-dev-env
1 parent 97de30e commit 3409439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/activate-dev-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function virtualize()
3838
if [ -d ${DIR_NAME} ]; then
3939
activate $DIR_NAME || exit 1
4040
for REQ in $(find ./ -maxdepth 1 -type f -name "*requirements.txt"); do
41-
pip install -qr "${REQ}" || exit 1
41+
pip install -qr "${REQ}"
4242
done
4343
else
4444
echo >&2 "ERROR: Failed to activate virtualenv."

0 commit comments

Comments
 (0)