Skip to content

Instantly share code, notes, and snippets.

@kodakrome
kodakrome / README.md
Created June 4, 2024 11:46 — forked from boozook/README.md
Install PIP for Pythonista 3.x

Usage

  1. run install pip.py, follow instructions
  • edit pip config that placed in the local root
  • edit your pythonista_startup.py, add PIP_CONFIG_FILE env
  1. reboot Pythonista
  2. run run.py, then type show pip or freeze

That's all. Now you can (un)install packages, upgrade pip, whatever.