You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/04/19 11:45:45 UTC

[2/3] tinkerpop git commit: TINKERPOP-1577 Fixed problem with specifying py verison to virtualenv

TINKERPOP-1577 Fixed problem with specifying py verison to virtualenv


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1a8c21d0
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1a8c21d0
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1a8c21d0

Branch: refs/heads/tp32
Commit: 1a8c21d0b09fe2967a113498a26dd3aaf2ee6892
Parents: a007403
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 10 12:50:58 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 10 12:50:58 2017 -0400

----------------------------------------------------------------------
 gremlin-python/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1a8c21d0/gremlin-python/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 4c36d2a..601d9e1 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -370,7 +370,7 @@
                                         </copy>
                                         <exec dir="${project.build.directory}/python2" executable="virtualenv"
                                               failonerror="true">
-                                            <arg line="--python=python env"/>
+                                            <arg line="--python=python2 env"/>
                                         </exec>
                                         <exec dir="${project.build.directory}/python2" executable="env/bin/pip"
                                               failonerror="true">
@@ -378,7 +378,7 @@
                                         </exec>
                                         <exec dir="${project.build.directory}/python3" executable="virtualenv"
                                               failonerror="true">
-                                            <arg line="--python=python env"/>
+                                            <arg line="--python=python3 env"/>
                                         </exec>
                                         <exec dir="${project.build.directory}/python3" executable="env/bin/pip"
                                               failonerror="true">