mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
192 B
6 lines
192 B
#!/bin/bash
|
|
#
|
|
# Simple convenience script to activate the venv and switch to the app dir
|
|
# (Needs to be run by sourcing or it won't do anything)
|
|
cd {{ app_dir }}
|
|
source {{ bin_dir }}/activate
|