Updated man.

This commit is contained in:
Darko Poljak 2016-04-13 22:34:10 +02:00
parent d9b2f1a540
commit a1e86a481c
1 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,10 @@ Ensure this for e.g. in your init manifest as in the following example:
case "$__target_host" in
localhost)
__package python3-venv --state present
require="__package/python3-venv" __pyvenv /home/darko/testenv --owner darko --group darko --mode 740 --state present
require="__package/python3-venv" __pyvenv /home/darko/testenv --pyvenv "pyvenv-3.4" --owner darko --group darko --mode 740 --state present
require="__pyvenv/home/darko/testenv" __package_pip docopt --pip /home/darko/testenv/bin/pip --runas darko --state present
;;
esac
--------------------------------------------------------------------------------