Skip to content
  • John Ralls's avatar
    Better options for base python. · bbcd8f10
    John Ralls authored
    Use $PYTHON if it's set, otherwise prefer python3 to python as Apple
    is (as of macOS 12) still setting python to python2.
    
    Set PIP="$PYTHON -m pip" instead of a path that might point to a shell
    script that requires a particular $PYTHONPATH.
    bbcd8f10