Skip to content

Conversation

@coderanger
Copy link
Contributor

No description provided.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this for? I haven't run into any tools that add this so I'd personally think it belongs in your own .gitignore ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if you are joking, but its from pip install -e via some of the requirements.txt files.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  Running setup.py develop for invocations
    /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requirements'
      warnings.warn(msg)

    Creating /usr/local/lib/python2.7/site-packages/invocations.egg-link (link to .)
    invocations 0.5.0 is already the active version in easy-install.pth

    Installed /Users/coderanger/src/invoke/src/invocations

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting for posterity that we discussed this IRL and it seems to be related to "in-project" virtualenvs somehow, versus use of virtualenvwrapper or whatnot. Either way it feels like something that should be kept in per-user .gitignores, not project based ones. Thanks! Will prune from my merge branch.

@bitprophet bitprophet merged commit 9b97c12 into pyinvoke:master May 7, 2014
bitprophet added a commit that referenced this pull request May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants