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:
[email protected]