Skip to content

Conversation

@AWhetter
Copy link
Contributor

On windows, pip needs the PYTHON_EGG_CACHE and windir environment variables to be able to install packages correctly. Therefore tox needs to pass these variables down to pip when tox installs packages locally.
PYTHON_EGG_CACHE is set to reside in the virtualenv directory so that it does not pollute a users global egg cache directory. Plus it may not be set by a user, even though I found it to be required for pip to run in virtualenv with tox.

Review on Reviewable

@AWhetter
Copy link
Contributor Author

AWhetter commented Dec 8, 2015

I'm already in the AUTHORS file but I've rebased and changed the changelog.

@thedrow thedrow merged commit 31d7f70 into MongoEngine:master Dec 8, 2015
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.

1 participant