Skip to content

Commit

Permalink
Pipenv ignore existing virtualenv in custom.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Di Remigio <roberto.diremigio@gmail.com>
  • Loading branch information
robertodr committed Nov 13, 2018
1 parent f25fb9a commit 9db9579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapter-11/recipe-02/cxx-example/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ mv account/test.py venv

cd venv
export PIPENV_MAX_DEPTH=1
export PIPENV_IGNORE_VIRTUALENVS=1
export PIPENV_VERBOSITY=-1
pipenv install --three ..
pipenv run python test.py
pipenv --rm
Expand Down

0 comments on commit 9db9579

Please sign in to comment.