Skip to content

Instantly share code, notes, and snippets.

@chriswayg
chriswayg / Python-conda-30sec-install.md
Last active July 17, 2020 06:43
Install conda Python on macOS in 30 seconds - Oneliner that downloads, installs and activates Miniconda Python 2.7 or 3.x

Install conda Python on macOS in 30 seconds

Oneliner that downloads, installs and activates Miniconda Python 2.7 or 3.x

  • at 50 Mbps on a recent Mac, the 50 MB download including install takes about 30 seconds ;-)

Quick Miniconda install

  • Usage: copy one of the two following lines and paste it into your terminal
Python 3.x
@chriswayg
chriswayg / Python-30sec-install.md
Last active August 28, 2021 07:34
Install Python on macOS in 30 seconds - Oneliner that downloads, installs and activates Python 2.7 or 3.x from Python.org

Install Python on macOS in 30 seconds

Install Python on OS X / macOS 10.9 - 10.15+ (64 bit)

  • Catalina, Mojave, High Sierra, Sierra, El Capitan, Yosemite or Mavericks
  • Usage: copy one of the three following lines and paste it into your terminal. Type the sudo password.
Python 3.8
sudo true; v=3.8.4; f=python-${v}-macosx10.9.pkg; cd $TMPDIR; { curl -LfOsS https://www.python.org/ftp/python/${v}/$f ; cd ~-; } && sudo installer -pkg $TMPDIR/$f -target / &&  v=$(echo "$v"|cut -d'.' -f1-2); "/Applications/Python ${v}/Update Shell Profile.command" && . ~/.bash_profile
@chriswayg
chriswayg / README.md
Last active February 25, 2024 02:41 — forked from nicerobot/README.md
Modified macOS uninstall script for packaged install of node.js from https://stackoverflow.com/a/9287292/23056

To run this, you can try:

curl -ksO https://gist.githubusercontent.com/chriswayg/cd923e933062f0c053a417fa6bf1094e/raw/uninstall-node.sh
chmod +x ./uninstall-node.sh
./uninstall-node.sh
rm uninstall-node.sh
https://www.reddit.com/r/tailswiki/wiki/index/internal-hd-install
1) boot from DVD/USB and set a password, then open a terminal
a) sudo gedit /usr/lib/python2.7/dist-packages/tails_installer/creator.py
-> search for "Only pay attention to USB and SDIO devices"
-> comment out next 7 lines (until and including "continue") by prepending a "#" (a changing font color means you did it right)
b) sudo /usr/bin/python -tt /usr/lib/tails_installer/tails-installer -u -n --clone -P -m -x
-> choose your hdd and create the Tails device
c) mount "Tails" partition from just created device/drive using Applications | Utilities | Disks
d) gedit /media/amnesia/Tails/syslinux/live*.cfg