Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesnt seem to respect virtualenv #11

Open
techdragon opened this issue Apr 10, 2013 · 1 comment
Open

doesnt seem to respect virtualenv #11

techdragon opened this issue Apr 10, 2013 · 1 comment

Comments

@techdragon
Copy link

several dependencies in my django project that I had customised inside a virtualenv for django 1.5 compatibility, break when the django is launched with pytrace.

Updating my system wide site-packages seems to fix the issue leading to the conclusion that somehow pytrace is breaking out of the virtualenv.
The virtualenv was created with no site packages and set to not use globals, aiming for a clean isolated virtualenv.

Not sure how pytrace is doing this. Both pytrace initially & the reader are launched from inside the virtualenv.

If this is intended behaviour please document it. Non standard behaviour in a virtualenv is pretty important to know as it limits the possible uses for pytrace pretty severely.

@alonho
Copy link
Owner

alonho commented Apr 10, 2013

Are you sure pytrace was installed using the virtualenv? if it was installed globally it will use the global python interpreter and libraries.

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

No branches or pull requests

2 participants