install ipython and setup useful python envs

This commit is contained in:
Noah Masur
2020-12-06 17:17:07 -07:00
parent cf72cc7e49
commit eb7762bc03
4 changed files with 113 additions and 21 deletions

View File

@ -2,6 +2,7 @@
brew "shellcheck" # Lint for bash
brew "python" # Latest version of Python
brew "ipython" # Better interactive Python shell
brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby
brew "haskell-stack" # Latest version of Haskell