[tor-commits] [gettor/master] Change virtualenv command

hiro at torproject.org hiro at torproject.org
Fri Sep 27 14:58:09 UTC 2019


commit 2aee5d00fe906b71bf588bd34f5a71ba40dc74d6
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 16:58:06 2019 +0200

    Change virtualenv command
---
 roles/gettor/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index ac5160f..7713401 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -30,7 +30,7 @@
 
 - name: create virtualenv
   command: >
-    virtualenv -p python3 {{ gettor_path }}/venv
+    virtualenv {{ gettor_path }}/venv
   args:
     chdir: "{{ gettor_path }}"
 



More information about the tor-commits mailing list