Skip to content

Instantly share code, notes, and snippets.

View fc2brown's full-sized avatar
🏠
Working from home

fc2brown

🏠
Working from home
View GitHub Profile
@molinav
molinav / install-python.sh
Last active September 6, 2023 18:42
Install almost all Python environments on Ubuntu 20.04
#! /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
#