shrug
This commit is contained in:
parent
8f9bf914c4
commit
6f7035a12f
1 changed files with 4 additions and 1 deletions
|
|
@ -28,5 +28,8 @@ git config --global include.path .gitconfig.shared
|
||||||
# Install blacken and prettier and some versions of python.
|
# 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 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
|
source /etc/profile.d/a00-homebrew-init.sh
|
||||||
|
brew install python@3.9 python@3.10 python@3.11
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue