@@ -1125,9 +1125,9 @@ function get_rootwrap_location() {
# get_pip_command
function get_pip_command() {
if is_fedora; then
echo "/usr/bin/pip-python"
which pip-python
else
echo "/usr/bin/pip"
which pip
fi
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.