mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
use py3 virtualenv for tarsnapper
Existing users should first wipe the current virtualenv:
# rm -r /usr/local/env/tarsnapper
This commit is contained in:
parent
f077c107f6
commit
47fe307650
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
- name: Install Tarsnapper into virtual environment
|
||||
pip: name=tarsnapper
|
||||
virtualenv=/usr/local/env/tarsnapper
|
||||
virtualenv_command=virtualenv2
|
||||
virtualenv_command=virtualenv3
|
||||
|
||||
- name: Link Tarsnapper to bin
|
||||
file: src=/usr/local/env/tarsnapper/bin/tarsnapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue