Skip to content

pip uninstall leaves Python.Runtime.dll behind #44

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

Closed
davidanthoff opened this issue Apr 11, 2014 · 2 comments
Closed

pip uninstall leaves Python.Runtime.dll behind #44

davidanthoff opened this issue Apr 11, 2014 · 2 comments
Labels
Milestone

Comments

@davidanthoff
Copy link
Contributor

Install via

pip install git+https://github.com/pythonnet/pythonnet#egg=pythonnet

then uninstall via

pip uninstall pythonnet

This leaves Python.Runtime.dll behind in the site-packages directory, which it shouldn't.

PS: if the initial install is from a wheel, everything gets uninstalled correctly.

@davidanthoff davidanthoff added this to the 2.0.0 Beta 1 milestone Apr 11, 2014
@davidanthoff
Copy link
Contributor Author

Same is true if installed from the source directory itself with

pip install .

@tonyroberts
Copy link
Contributor

Fixed in 4a53380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants