You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: