Add a note to dev docs on python environment CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d1568f00 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d1568f00 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d1568f00 Branch: refs/heads/TINKERPOP-1545-tp32 Commit: d1568f006c9c54e5a6ce16fb9cd7ae62730eca56 Parents: 79dac23 Author: Stephen Mallette <sp...@genoprime.com> Authored: Mon Dec 19 07:04:50 2016 -0500 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Mon Dec 19 07:04:50 2016 -0500 ---------------------------------------------------------------------- docs/src/dev/developer/development-environment.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d1568f00/docs/src/dev/developer/development-environment.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc index 6b5324d..01ef4bd 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -65,7 +65,7 @@ Python Environment As of TinkerPop 3.2.2, the build optionally requires link:https://www.python.org/[Python 2.x] to work with the `gremlin-python` module. If Python is not installed, TinkerPop will still build with Maven, but native Python tests and Java tests that require Python code will be skipped. Developers should also install link:https://pypi.python.org/pypi/pip[pip] -and link:https://virtualenv.pypa.io/en/stable/[virtualenv]. +and link:https://virtualenv.pypa.io/en/stable/[virtualenv] (version 15.0.2 - older versions may cause build failures). Once the Python environment is established, the full building and testing of `gremlin-python` may commence. It can be done manually from the command line with: