Skip to content

Instantly share code, notes, and snippets.

View richardcornish's full-sized avatar

Richard Cornish richardcornish

View GitHub Profile
@richardcornish
richardcornish / python_packaging.md
Last active August 10, 2023 21:53
Python packaging cheatsheet

Create

First time only.

mkdir myproject
cd myproject/
python -m venv venv
source venv/bin/activate
git clone git@github.com:username/myproject.git
@richardcornish
richardcornish / design_processes.md
Last active August 10, 2023 21:52
The UX of UX: a comparison of design processes
@richardcornish
richardcornish / install_python.md
Last active October 5, 2023 01:18
Build and install Python and configuration options with pyenv

Install Xcode Command Line Tools.

xcode-select --install

Install Homebrew.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@richardcornish
richardcornish / tar.md
Created January 14, 2024 23:08
Extract and create archive files

tar

Extract and create archive files

Extract

  • -x Extract
  • -z (De)compress archive with gzip
  • -v Verbose
  • -f Location of archive