[ 
https://issues.apache.org/jira/browse/TINKERPOP-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892132#comment-15892132
 ] 

stephen mallette commented on TINKERPOP-1577:
---------------------------------------------

[~okram] you might find that python 3.x is installed - on my system it 
installed as "python3":

{code}
$ python3 --version
Python 3.4.3
{code}

but that shouldn't matter too much if you're just talking about the maven build 
process. Our build uses {{virtualenv}} which is installed in that link that 
[~dkuppitz] provided in his comment. {{virtualenv}} installs python (currently 
2.x) to the appropriate build directories in {{/target}} for the native build. 
if we want to also test python 3.x I can just modify the pom.xml to run the 
tests for that version too. Is that was this ticket should be for [~okram] ? if 
so - i've added that functionality in this branch: 
https://github.com/apache/tinkerpop/tree/TINKERPOP-1577

> Provide support for Python3 or Python2 in the Docker builds.
> ------------------------------------------------------------
>
>                 Key: TINKERPOP-1577
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1577
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: build-release
>    Affects Versions: 3.2.3
>            Reporter: Marko A. Rodriguez
>            Assignee: Daniel Kuppitz
>
> We need to make sure that Python2 and Python3 are both supported by 
> Gremlin-Python. Thus, our docker build/test stuff should test both versions 
> of Python.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to