This website requires JavaScript.
Explore
Help
Register
Sign In
elsanctum
/
the-great-escape
Watch
2
Star
0
Fork
0
You've already forked the-great-escape
Code
Issues
Pull Requests
Releases
Wiki
Activity
the-great-escape
/
run
7 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add a script that can set up virtualenv if it doesn't exist, and run tge in virtualenv
2016-11-28 02:58:50 -06:00
#!/bin/bash
VENV_DIR="venv"
move venv logic to makefile
2016-12-15 23:14:42 -06:00
make "$VENV_DIR"
. "$VENV_DIR/bin/activate"
add a script that can set up virtualenv if it doesn't exist, and run tge in virtualenv
2016-11-28 02:58:50 -06:00
tge $@
Reference in New Issue
Copy Permalink