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
If I create a virtualenv using a system python, it doesn't link pyc files, leading to a bunch of compiled pyc files in the virtualenv. If I then create a virtualenv using the python from the virtualenv, then it does link to the pyc's in the original virtualenv (which then break if the original virtualenv is deleted).
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions.
If I create a virtualenv using a system python, it doesn't link pyc files, leading to a bunch of compiled pyc files in the virtualenv. If I then create a virtualenv using the python from the virtualenv, then it does link to the pyc's in the original virtualenv (which then break if the original virtualenv is deleted).
The text was updated successfully, but these errors were encountered: