This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# Copyright (c) 2020 Víctor Molina García | |
# MIT License | |
# | |
# Script to install Python environments 2.6+ and 3.2+ using PyEnv | |
# and the installation steps for OpenSSL 1.0.2 mostly based on the | |
# information available in the following link: | |
# http://www.linuxfromscratch.org/blfs/view/7.7/postlfs/openssl.html | |
# |