I want to execute python setup.py develop command inside of virtualenv 
using ansible.
How to do it?

Probably could be something like this:

    - name: egg
      shell: "python setup.py develop"


But I need to execute it inside of virtualenv. How can I do it?

-- 
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/65b474d5-16c9-42a9-8aa6-dafd5f63e5fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to