Files
269 lines
8.0 KiB
Plaintext
269 lines
8.0 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
local required_pkg=$(grep -i -h ^${package} $REQUIREMENTS_DIR/global-requirements.txt | cut -d\# -f1)
# should we use this library from their git repo, or should we let it
(cd $REQUIREMENTS_DIR; \
fi