I have a python_binary in my BUILD file and when I...
# general
b
I have a python_binary in my BUILD file and when I try to pants run it, it seems to ignore the python in my PATH and be hitting /usr/bin/python. How can I ask it to look in my PATH?