mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 06:36:32 +00:00
Add install black in macports
This commit is contained in:
parent
6d728c44f7
commit
7b7515fbc6
@ -16,7 +16,7 @@ case "$PACKAGE_MANAGER" in
|
||||
packages="$packages the_silver_searcher md5sha1sum gradle go bash apache-ant"
|
||||
# Python packages
|
||||
packages="$packages python27 py27-ipython py27-pip py27-six py27-tox py27-flake8 py27-virtualenv"
|
||||
packages="$packages python39 py39-ipython py39-pip py39-six py39-tox py39-flake8 py39-virtualenv"
|
||||
packages="$packages python39 py39-ipython py39-pip py39-six py39-tox py39-flake8 py39-virtualenv py39-black"
|
||||
# Macvim with ruby and python support
|
||||
# sudo_package 'macvim +ruby +python27'
|
||||
# Vim with ruby and python support
|
||||
@ -42,6 +42,7 @@ case "$PACKAGE_MANAGER" in
|
||||
# Use py3 versions for utilities
|
||||
sudo port select --set tox tox39
|
||||
sudo port select --set flake8 flake8-39
|
||||
sudo port select --set black black39
|
||||
sudo port select --set virtualenv virtualenv39
|
||||
;;
|
||||
"apt-get")
|
||||
|
Loading…
Reference in New Issue
Block a user