Pinned Loading
-
pipx-global: script for installing p...
pipx-global: script for installing pip applications for ALL users with pipx, in /usr/local 1#!/bin/bash2if (( $(id -u) != 0 )) ; then >&2 echo "Please run as root" ; exit 1 ; fi
3if (( $# == 0 )); then >&2 echo "Usage: same as pipx, but as root." ; exit 1 ; fi
4PIPX_HOME=/usr/local/lib/pipx-global PIPX_BIN_DIR=/usr/local/bin /usr/bin/pipx "$@"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



