Skip to content

Commit

Permalink
Remove deprecated python-dev in Ubuntu (no more python2 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
widgetii committed Mar 24, 2024
1 parent 46ef669 commit adb3aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function install_neovim {
sudo add-apt-repository -y ppa:neovim-ppa/stable
sudo apt-get -y update
sudo apt-get -y install neovim
sudo apt-get -y install python-dev python3-dev python3-pip
sudo apt-get -y install python3-dev python3-pip
ONLY_ALTUPD=1
;;
Debian*)
Expand Down

0 comments on commit adb3aa7

Please sign in to comment.