Skip to content

Commit

Permalink
aut tools: fix virtualenv dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hakamine committed Apr 4, 2019
1 parent 9735af7 commit 60978cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/automation-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pip:
chdir: "{{ archivematica_src_dir }}/automation-tools"
requirements: "requirements.txt"
virtualenv: "/usr/share/python/automation-tools"
virtualenv: "/usr/share/archivematica/virtualenvs/automation-tools"
state: latest

- name: "symlink automation-tools source to /usr/lib/archivematica"
Expand Down

0 comments on commit 60978cf

Please sign in to comment.