[tor-commits] [gettor/master] Update venv path

hiro at torproject.org hiro at torproject.org
Fri Sep 27 15:25:32 UTC 2019


commit fd938ca8cb64235fe19ac27a06e5a7fdc0a31141
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 17:25:29 2019 +0200

    Update venv path
---
 roles/gettor/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index ec2de2f..0e192db 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -35,9 +35,9 @@
     chdir: "{{ gettor_path }}"
 
 - name: activate virtualenv
-  shell: source venv/bin/activate
+  shell: source bin/activate
   args:
-    chdir: "{{ gettor_path }}"
+    chdir: "{{ gettor_path }}/venv"
 
 - name: create database
   shell: venv/bin/python3 scripts/create_db -n -c -o -f gettor.db



More information about the tor-commits mailing list