Pārlūkot izejas kodu

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 pirms 4 gadiem
vecāks
revīzija
bf1ac76fcf
Parakstījis: Nate Bohman <natrinicle@gmail.com> GPG atslēgas ID: C10546A54ABA1CE5
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. +1
    -2
      install_python_versions.sh

+ 1
- 2
install_python_versions.sh Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt