-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cygdb not working with recent virtualenvs #1961
Comments
Is cygdb supported with python3-dbg at all? If so, the documentation is outdated http://docs.cython.org/en/latest/src/userguide/debugging.html Not sure if that's the cause of this issue though. |
To do: find the right way to activate a Py3 venv and do that conditionally in |
Answering my old self: this happens for virtual environments created with Python 3 |
For the moment, testing this horrible hack:
|
PR welcome that fixes this. Even one that resolves it only for Py3. |
Recently ran into this issue setting up cygdb in an existing environment that uses venv extensively. What's required to push through the fix? The last comments on the PR date from last September. If some help is needed, I can jump in. |
In recent Python virtualenvs, there is no
activate_this.py
file.Cygdb therefore fails to load:
The text was updated successfully, but these errors were encountered: