bonechar:~# pip install ansible
Collecting ansible
  Downloading ansible-1.9.2.tar.gz (927kB)
    100% |████████████████████████████████| 929kB 641kB/s 
Requirement already satisfied (use --upgrade to upgrade): paramiko in 
/usr/local/lib/python3.4/site-packages (from ansible)
Requirement already satisfied (use --upgrade to upgrade): jinja2 in 
/usr/local/lib/python3.4/site-packages (from ansible)
...
bonechar:~ pixel$ which ansible
/usr/local/bin/ansible
bonechar:~ pixel$ ansible-vault edit --help
  File "/usr/local/bin/ansible-vault", line 148
    print "Decryption successful"
                                ^
SyntaxError: Missing parentheses in call to 'print'
bonechar:~ pixel$ ansible --version
  File "/usr/local/bin/ansible", line 203
    except errors.AnsibleError, e:
                              ^
SyntaxError: invalid syntax


the one from git runs fines, but im kinda iffy about a dev version. maybe i 
should check out stable?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/80f364d1-e3c7-46f8-b140-7f2512c4d6b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to