Skip to content

Instantly share code, notes, and snippets.

@thlor
Created August 7, 2018 09:40
Show Gist options
  • Save thlor/4311cf69f2482e65ad5197a730e08772 to your computer and use it in GitHub Desktop.
Save thlor/4311cf69f2482e65ad5197a730e08772 to your computer and use it in GitHub Desktop.

Jump one directory up: cd ..

jump to subdirectory: cd directory_name

list contents of directory: dir

python location: C:\python34

pip location: C:\python34\Scripts

run python script:

  • navigate to python location
  • run python script_file_name

install python package with pip:

  • navigate to pip location
  • run pip3 install package_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment