File: with_venv.sh

package info (click to toggle)
python-mistralclient 1%3A2.0.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 812 kB
  • sloc: python: 7,705; sh: 216; makefile: 40
file content (4 lines) | stat: -rwxr-xr-x 84 bytes parent folder | download | duplicates (48)
1
2
3
4
#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@