Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -eu
set -o pipefail
PAD_NAME="shouldbepublic"
BASE_URL="http://localhost:9001"
APIKEY=$(<APIKEY.txt)
err_report() {
@muxator
muxator / python-projects-with-pyenv.md
Created October 24, 2019 08:58
Manage your python projects with pyenv

Pyenv installation

Prerequisites:

Install the following packages as an administrator. They will be needed when building python.

sudo apt install build-essential libbz2-dev libsqlite3-dev libreadline-dev libssl-dev zlib1g-dev libgdbm-dev liblzma-dev uuid-dev libffi-dev

Install pyenv