This website requires JavaScript.
Explore
Get Started
x
/
stackalytics
Code
Issues
Proposed changes
237636b129
stackalytics
/
tools
/
with_venv.sh
5 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
TOOLS
=
`
dirname
$0
`
VENV
=
$TOOLS
/../.venv
source
$VENV
/bin/activate
&&
$@
View Git Blame
Copy Permalink