linkenv
linkenv copied to clipboard
Follow paths in .egg-link files
I've been using linkenv for a few years now and it works great.
However, I am not finding myself needing to do dev on a local package in conjunction with my main project. After some debugging, I discovered lack of ability to follow .egg-link files to be the issue.
Is it a quick-ish fix to get this added? If you have a tip on where to start, I could perhaps submit a PR. @ze-phyr-us
For Max Google Juice: pip virtual environment symlink development -e local file repository
Hey Blaine, Sorry, I haven't used GAE in years and don't maintain this script anymore. I think this could be simple to add, probably somewhere in findPackages: https://github.com/ze-phyr-us/linkenv/blob/f12bd52d9ec592ea2d1a92cd16ce4f237237a473/linkenv/linkenv.py#L9
Happy to accept a PR if you ever get around to it.
Vita