Sha256: 6d96d8dce86c2380579ffe035777ef2e78b013c99361aefc9a8fd97b54fc6b88
Contents?: true
Size: 249 Bytes
Versions: 31
Compression:
Stored size: 249 Bytes
Contents
#!/bin/bash if [ -z ${VIRTUAL_ENV+x} ]; then export PIP_USER=yes; fi && wget -nv -O - https://bootstrap.pypa.io/get-pip.py | python - --no-setuptools --no-wheel && pip install --upgrade --ignore-installed %{setuptools_arg} %{twine_arg} %{wheel_arg}
Version data entries
31 entries across 31 versions & 2 rubygems