Skip to content

Instantly share code, notes, and snippets.

View braddotcoffee's full-sized avatar

Brad // Cloudzy braddotcoffee

View GitHub Profile
@braddotcoffee
braddotcoffee / 1-pull_request_template.md
Last active November 28, 2023 02:22
Example PR Template

Motivation

Why is this change necessary? What problem does it solve?

Closes #ISSUE_NUMBER

Implementation

How does this PR solve the problem? What technical approach is taken?

Testing

How did you verify that this works? Were automated tests written?

@zganger
zganger / pyenv_virtualenv.md
Created February 4, 2020 15:34
Use pyenv with a virtualenv

Using pyenv with virtual environments

Installation:

  • On Mac: brew install pyenv-virtualenv
  • On Linux:
    sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
    libreadline-dev libsqlite3-dev llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev
    curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash