瀏覽代碼

Update Install Python Versions

Need to use Python3-OpenSSL instead of python-openssl and remove Python2
as it's not useful anymore.
master
Nate Bohman 4 年之前
父節點
當前提交
bf1ac76fcf
簽署人: Nate Bohman <natrinicle@gmail.com> GPG Key ID: C10546A54ABA1CE5
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      install_python_versions.sh

+ 1
- 2
install_python_versions.sh 查看文件

@@ -1,7 +1,6 @@
#!/usr/bin/env bash

declare -a py_versions=( \
"2" \
"3" \
"3.5" \
"3.6" \
@@ -32,7 +31,7 @@ if which apt > /dev/null; then
tk-dev \
libffi-dev \
liblzma-dev \
python-openssl \
python3-openssl \
git \
graphviz \
libxslt1-dev

Loading…
取消
儲存