Skip to content

Instantly share code, notes, and snippets.

@pathologicalhandwaving
Last active November 23, 2021 15:11
Show Gist options
  • Save pathologicalhandwaving/6b670aed8ab23827d4acfd94ffaa92a8 to your computer and use it in GitHub Desktop.
Save pathologicalhandwaving/6b670aed8ab23827d4acfd94ffaa92a8 to your computer and use it in GitHub Desktop.
Arch Linux MacBook Install -- Part VI -- Development Environments

Arch Linux Install (Part VI)

LaTeX

sudo yay -S texlive-installer
sudo /opt/texlive-installer/install-tl

Bash

Python

Python 3

sudo pacman -S python
sudo pacman -S python-pip python-setuptools

NPM

sudo pacman -S npm

Go

sudo pacman -S 

Jupyter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment