Jelajahi Sumber

Add py-venv

Josh Brickner 2 tahun lalu
induk
melakukan
6b0ee739ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      base/build-install.sh

+ 1 - 1
base/build-install.sh

@@ -17,7 +17,7 @@ dpkg-reconfigure locales
 ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 dpkg-reconfigure tzdata
 
-apt install --no-install-recommends -y zsh python2 python3 python3-pip ruby ruby-all-dev nodejs npm sudo curl perl git build-essential ssh ripgrep
+apt install --no-install-recommends -y zsh python2 python3 python3-pip ruby ruby-all-dev nodejs npm sudo curl perl git build-essential ssh ripgrep python3-venv
 
 gem install neovim