You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@toree.apache.org by aleozlx <gi...@git.apache.org> on 2017/09/26 21:09:50 UTC

[GitHub] incubator-toree pull request #142: add Python3 support

GitHub user aleozlx opened a pull request:

    https://github.com/apache/incubator-toree/pull/142

    add Python3 support

    This supports both Python2 and Python3 now. Just remember to export PYTHON_EXEC=python3 for example. You are welcome..

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aleozlx/incubator-toree master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-toree/pull/142.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #142
    
----
commit f27ef8688de855caa2b23f9d8df9ee06d7c291fb
Author: Alex Yang <al...@gmail.com>
Date:   2017-09-26T21:09:17Z

    add Python3 support
    
    This supports both Python2 and Python3 now. Just remember to export PYTHON_EXEC=python3 for example.

----


---