~ubuntu-branches/ubuntu/quantal/python-keystoneclient/quantal-proposed

« back to all changes in this revision

Viewing changes to tools/with_venv.sh

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-04-04 09:05:33 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120404090533-5cbkq3kni95k2uah
Tags: 2012.1~rc2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
TOOLS=`dirname $0`
 
3
VENV=$TOOLS/../.venv
 
4
source $VENV/bin/activate && $@