--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d2423b08-68c5-49d0-a2de-273dc5c82266%40googlegroups.com.
On Jun 4, 2015 2:56 PM, "Bob Tanner" <basicth...@gmail.com> wrote:
>
> Many do I hate top posting.
>
> Opened an issue before I read your post. https://github.com/ansible/ansible/issues/11171
>
> Still getting:
>
> $ source v1/hacking/env-setup
> python: can't open file 'setup.py': [Errno 2] No such file or directory
>
> But my v1 playbooks and plays are working now.
>
When we had v2 in a separate directory I commented out the setup.py stuff from the env-setup script. Not sure if that will work here or not. The v1/bin/ansible* scripts need to find some egg_info for ansible but chances are it doesn't need to find a specific version.
Maybe the best plan is to copy a generated egg_info tree into the v1 directory and comment out the setup.py call.
-Toshio