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 Inline Diff

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