File: with_venv.sh

package info (click to toggle)
python-novaclient 2%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,260 kB
  • ctags: 4,382
  • sloc: python: 23,697; sh: 98; makefile: 92
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 && $@