Skip to content

Instantly share code, notes, and snippets.

View fabiofortkamp's full-sized avatar

Fábio Fortkamp fabiofortkamp

View GitHub Profile
@fabiofortkamp
fabiofortkamp / Python3_7_16_on_CentOS_6_10.md
Last active May 18, 2023 11:47 — forked from leosaa/Python3_7_0_onRHEL_Centos_6.md
install python 3.7.0 on RHEL/Centos 6.9

How to install Python 3.7.16 on CentOS 6.10

This is an introduction to building and installing Python 3.7.16 from source on Centos 6.10. Unfortunately python 3.7.16 requires specifics version of openssl and Centos 6.10 does not provides these versions: So previous to configure python, you have to configure zlib and then openssl.

Requirements

  • zlib 1.1.3 (better 1.1.4) or upper
  • openssl 1.1.0 or upper
  • Also, you will need libffi-devel rpm
@fabiofortkamp
fabiofortkamp / 0_reuse_code.js
Created July 11, 2017 10:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console