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.
 
 
 
 
 
 

7 lines
244 B

{% from 'common.jinja2' import app_dir, bin_dir -%}
#!/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