It’s hard to have multiple versions of Python installed, especially when using Homebrew. So just skip them.

This commit is contained in:
Martin Mahner 2014-12-29 19:35:18 +01:00
parent 1a7cbd13e2
commit a6c4041b6c

View file

@ -7,7 +7,7 @@ suite locally with tox_::
$ cd dpaste/
$ pip install tox
$ tox
$ tox --skip-missing-interpreters
A more manual approach is installing it all by hand in a virtual environment.
This is also the preferred way to setup an environment for local development::