Commit df587697ac3aa1441866ba82d411b4b667990e18

Authored by Andrew Buss
1 parent 0c6c1f6cdd
Exists in master

Relocatable venv attempt 1

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

scripts/setup_production.sh View file @ df58769
1 1 #!/bin/bash -xe
2 2 whoami
  3 +virtualenv --relocatable venv
3 4 source venv/bin/activate
4 5 source secrets
5 6 #pip install psycopg2