From 4da6b7f8d37d9e9cf272807675e9cc926fba43f2 Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Thu, 26 Aug 2021 12:35:06 +0300 Subject: [PATCH] Update failure tests README (#5197) * Update failure tests README I keep finding this page when trying to run failure tests, so updating the README that way: https://github.com/pypa/pipenv/issues/3363#issuecomment-452171564 Co-authored-by: Hanefi Onaldi Co-authored-by: Hanefi Onaldi --- src/test/regress/mitmscripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/mitmscripts/README.md b/src/test/regress/mitmscripts/README.md index 805e2b5f86d..4b15d428cc4 100644 --- a/src/test/regress/mitmscripts/README.md +++ b/src/test/regress/mitmscripts/README.md @@ -25,7 +25,7 @@ Once you've installed it: ```bash $ cd src/test/regress -$ pipenv --python 3.6 +$ pipenv --python 3.6 --python=`which python3.6` $ pipenv install # there's already a Pipfile.lock in src/test/regress with packages $ pipenv shell # this enters the virtual environment, putting mitmproxy onto $PATH ```