This file has been truncated, but you can view the full file.
This file contains 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
#! /usr/bin/env python2.6 | |
# -*- coding: utf8 -*- | |
# | |
# Copyright (c) 2021 Víctor Molina García | |
# MIT License | |
# | |
# Script to install a functional `pip` under Python 2.6 by forcing to | |
# use `pyOpenSSL`. | |
# | |
# Because it is not possible to install packages until having a `pip` |
This file contains 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 | |
# |
This file contains 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
{ | |
// Launch properties. | |
"launch": { | |
"configurations": [ | |
], | |
"compounds": [ | |
] | |
}, |