Poetry and python
This commit is contained in:
parent
5262d021e6
commit
8f9bf914c4
1 changed files with 3 additions and 1 deletions
|
|
@ -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 -
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue