Skip to content

Instantly share code, notes, and snippets.

View danielnagel's full-sized avatar

Daniel Nagel danielnagel

View GitHub Profile
@danielnagel
danielnagel / reinstall-arch.md
Last active December 27, 2019 16:59
Quickly reinstalling packages for my awesome arch system.
@danielnagel
danielnagel / install-python.md
Last active September 10, 2019 17:26
This is how you install Python3.7, pip and setup virtualenv. 🍻

Installing Python 🐍

Tested on Ubuntu 18.04 bionic [Ubuntu on Windows 10]

Because I often forget it, I wrote this reminder to myself. This is how you install Python3.7. It bothered me that i had to write python3.7, so I also mention here how to implement alias. As far as I know, aliasses only work on unix-like systems.