Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python-support / usr / share / python / runtime.d / python-support.rtupdate
Size: Mime:
#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
  exec /usr/sbin/update-python-modules -a
fi