Browse Source

python3 venv

pull/1/head
Ales Komarek 8 years ago
parent
commit
022431bfec
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      home_assistant/server.sls

+ 2
- 0
home_assistant/server.sls View File

@@ -7,7 +7,9 @@ home_assistant_packages:

{{ server.dir.base }}:
virtualenv.manage:
- system_site_packages: True
- requirements: salt://home_assistant/files/requirements.txt
- python: /usr/bin/python3
- require:
- pkg: home_assistant_packages


Loading…
Cancel
Save