Sha256: 499cc1a5aad44b6b4036b710b43897dcd4ef3a1ed5b533610ce6e0a07a038d37
Contents?: true
Size: 262 Bytes
Versions: 31
Compression:
Stored size: 262 Bytes
Contents
#!/usr/bin/env automateit # Install Python's easy_install package manager for 'egg' files SOURCE = 'http://peak.telecommunity.com/dist/ez_setup.py' require 'open-uri' mktemp do |t| File.open(t, "w+") {|h| h.write(open(SOURCE).read)} sh "python #{t}" end
Version data entries
31 entries across 31 versions & 2 rubygems