ソースを参照

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キー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

読み込み中…
キャンセル
保存