Poetry and python

This commit is contained in:
John Doty 2023-06-12 15:14:21 +00:00
parent 5262d021e6
commit 8f9bf914c4

View file

@ -25,6 +25,8 @@ sudo chsh -s /usr/bin/fish $USER
# config. # config.
git config --global include.path .gitconfig.shared git config --global include.path .gitconfig.shared
# Install blacken and prettier # Install blacken and prettier and some versions of python.
pip3 install --index-url=https://pypi.org/simple black pip3 install --index-url=https://pypi.org/simple black
sudo npm install -g prettier sudo npm install -g prettier
brew install python@3.9 python@3.10 python@3.11
curl -sSL https://install.python-poetry.org | python3 -