Files
273 lines
8.1 KiB
Plaintext
273 lines
8.1 KiB
Plaintext
#!/bin/bash
# Python Functions
if is_fedora || is_suse; then
# Wrapper for ``pip install`` to set cache and proxy environment variables
# pip_install package [package ...]
local offline=${OFFLINE:-False}
if [[ -z "$os_PACKAGE" ]]; then
fi
$@
fi
# should we use this library from their git repo, or should we let it