File: install_virtualenv.sh

package info (click to toggle)
azure-uamqp-python 1.6.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 35,564 kB
  • sloc: ansic: 184,383; cpp: 7,738; python: 7,731; cs: 5,767; sh: 983; xml: 298; makefile: 34
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash
set -xe

for python in /opt/python/*; do
    "$python/bin/pip" install virtualenv
done