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

  1. #!/bin/bash
  2. #
  3. # Simple convenience script to activate the venv and switch to the app dir
  4. # (Needs to be run by sourcing or it won't do anything)
  5. cd {{ app_dir }}
  6. source {{ bin_dir }}/activate