When trying to run rez-bind quickstart on OSX Ventura I got this error:
Binding python into /Users/frank/packages...
13:58:00 ERROR RezBindError: could not find executable: python
I then symlinked my Python3 install from /usr/bin/python3 to /usr/local/bin/python
After running the rez-bind command again I got this:
14:06:01 ERROR RezBindError: failed to execute /usr/local/bin/python: xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
(error code 72)
which was followed by a prompt to install Apple's Commandline Developer Tools. I did that but am still stuck with the same error.
How can I roll back whatever the rez-bind command has done so far so I can try again in a virtual env?
When trying to run rez-bind quickstart on OSX Ventura I got this error:
I then symlinked my Python3 install from /usr/bin/python3 to /usr/local/bin/python
After running the rez-bind command again I got this:
which was followed by a prompt to install Apple's Commandline Developer Tools. I did that but am still stuck with the same error.
How can I roll back whatever the rez-bind command has done so far so I can try again in a virtual env?