Skip to content

A POSIX Shell script for installing pipx with pipx

Notifications You must be signed in to change notification settings

un-def/pipx-bootstrap.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pipx-bootstrap.sh

A POSIX Shell script for installing pipx with pipx

Other Versions

Usage

Download pipx-bootstrap.sh and run it:

sh pipx-bootstrap.sh

or use ‘curl pipe shell’ technique:

curl https://raw.githubusercontent.com/un-def/pipx-bootstrap.sh/master/pipx-bootstrap.sh | sh

Script arguments are passed to pipx install pipx command, e.g.,

sh pipx-bootstrap.sh --verbose --force

is equivalent to

pipx install pipx --verbose --force

The script uses python3 binary by default. It can be overriden with the environment variable PYTHON_BIN:

PYTHON_BIN=/path/to/python sh pipx-bootstrap.sh

About

A POSIX Shell script for installing pipx with pipx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages