You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2020/07/26 15:44:22 UTC

[GitHub] [incubator-heron] huijunwu commented on issue #3582: Not able to compile on Darwin platform

huijunwu commented on issue #3582:
URL: https://github.com/apache/incubator-heron/issues/3582#issuecomment-664003979


   My MacOs has several PEX environments, I used the following to force PEX on py3
   
   ```
   $ PY3=$(which python3)
   $ echo "PEX_PYTHON_PATH=$(dirname ${PY3})" > ~/.pexrc
   $ echo "PEX_PYTHON=${PY3}" >> ~/.pexrc
   $ cat ~/.pexrc
   PEX_PYTHON_PATH=/usr/local/bin
   PEX_PYTHON=/usr/local/bin/python3
   ```
   
   not sure if this helps..
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org