Skip to content

Instantly share code, notes, and snippets.

View dgeene's full-sized avatar

David Geene dgeene

  • Massachusetts, United States
View GitHub Profile
@dgeene
dgeene / Python_Setup.md
Created October 4, 2023 23:16
Python Setup

Setting up python on a Ubuntu system

Basic Linux

Navigation

Everything on the linux system is a file or directory. Basic navigation within the terminal ls, cd, mkdir, pwd, which, head, tail, less, cat

To understand what a program does we have man pages. man ls; man mkdir