mirror of https://github.com/citusdata/citus.git
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 <Hanefi.Onaldi@microsoft.com> Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>pull/5205/head^2
parent
7e39c7ea83
commit
d50830d4cc
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue