浏览代码

Add py-venv

Josh Brickner 2 年之前
父节点
当前提交
6b0ee739ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  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