I have successful run the following steps on MacOS:
- ./install.sh
virtualenv -p python3 venv
source venv/bin/activate
pip3 install -r requirements.txt
3) ./open_spiel/scripts/build_and_run_tests.sh
But when I try to run my first example, like:
examples/example --game=tic_tac_toe
I can not find the "example" program in the "examples" directory:

Anyone knows what happens here? Thanks!