Skip to content

pip.pypa.io

The Python package installer

Package Information

  • Domain: pippypa.io
  • Name: pip.pypa.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +pip.pypa.io -- $SHELL -i

Programs

This package provides the following executable programs:

  • pip
  • pip3.8
  • pip3.9
  • pip3.10
  • pip3.11

Aliases

This package can also be accessed using these aliases:

  • pip

Available Versions

Show all 27 versions
  • 25.1.1, 25.1.0, 25.0.1, 25.0.0, 24.3.1
  • 24.3.0, 24.2.0, 24.1.2, 24.1.1, 24.1.0
  • 24.0.0, 23.3.2, 23.3.1, 23.3.0, 23.2.1
  • 23.2.0, 23.1.2, 23.1.1, 23.1.0, 23.0.1
  • 23.0.0, 22.3.1, 22.3.0, 21.3.1, 20.3.4
  • 19.3.1, 18.1.0

Latest Version: 25.1.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +pippypa.io@25.1.1 -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pippypaio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.