distil/tools/with_venv.sh
Fei Long Wang 28fb58703e Implement /prices by extracting price from odoo
Change-Id: Ie1a39253fe1f722ccce79cf2657fa4e5a0bc8eaa
2016-05-06 15:29:06 +12:00

5 lines
84 B
Bash
Executable File

#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@