Skip to content

Instantly share code, notes, and snippets.

https://www.reddit.com/r/Crostini/comments/8qqmo1/how_to_install_python36_and_idle_on_samsung/
https://github.com/jupyterlab/jupyterlab-latex/issues/83
https://github.com/nodesource/distributions/blob/master/README.md#debinstall
https://stackoverflow.com/questions/45120819/nodejs-install-issue-on-ubuntu
@t-ye
t-ye / fish_shell_local_install.sh
Created May 17, 2018 01:11 — forked from masih/fish_shell_local_install.sh
Installs Fish Shell without root access
#!/bin/bash
# Script for installing Fish Shell on systems without root access.
# Fish Shell will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
FHISH_SHELL_VERSION=2.1.1