On Jun 4, 2015 2:56 PM, "Bob Tanner" <[email protected]> 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 -- 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/CAG9juEpAL%3DTWhf%3DxvzGwzkeZoEN49-bF58t7fZr_M3OtqaUCcw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
