Skip to content

Commit

Permalink
Install virtualenv via brew
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed Apr 8, 2024
1 parent 582b45b commit 89962ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_spiel/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # Mac OSX
fi
fi
# Removed getting pip via git-pip.py. See #1200.
# brew install virtualenv # May be the required way to do this as of Python 3.12?
${PYBIN} -m pip install virtualenv
brew install virtualenv # May be the required way to do this as of Python 3.12?
# ${PYBIN} -m pip install virtualenv
else
echo "The OS '$OSTYPE' is not supported (Only Linux and MacOS is). " \
"Feel free to contribute the install for a new OS."
Expand Down

0 comments on commit 89962ba

Please sign in to comment.