mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-23 14:16:31 +00:00
Remove python2
This commit is contained in:
parent
0b668779fe
commit
feeb17fd00
@ -51,12 +51,9 @@ case "$PACKAGE_MANAGER" in
|
|||||||
fi
|
fi
|
||||||
packages="$packages build-essential vim golang-go"
|
packages="$packages build-essential vim golang-go"
|
||||||
# Neovim with python plugins
|
# Neovim with python plugins
|
||||||
packages="$packages neovim python-neovim python3-neovim"
|
packages="$packages neovim python3-neovim"
|
||||||
# Python packages
|
# Python packages
|
||||||
packages="$packages python python-ipython python-pip python-six python-tox python-flake8 python-virtualenv"
|
packages="$packages python3 python3-ipython python3-pip python3-six tox python3-flake8 black python3-virtualenv python3-venv"
|
||||||
packages="$packages python3 python3-ipython python3-pip python3-six python3-flake8 python3-virtualenv python3-venv"
|
|
||||||
# No python3-tox for ubuntu
|
|
||||||
sudo pip3 install tox
|
|
||||||
|
|
||||||
sudo_package "$packages"
|
sudo_package "$packages"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user