We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fef0b commit 8116c15Copy full SHA for 8116c15
a00_qpip/plugin.py
@@ -98,7 +98,7 @@ def unload(self):
98
if str(self.site_packages_path) in sys.path:
99
sys.path.remove(str(self.site_packages_path))
100
os.environ["PYTHONPATH"] = os.environ["PYTHONPATH"].replace(
101
- str(self.bin_path) + os.pathsep, ""
+ str(self.site_packages_path) + os.pathsep, ""
102
)
103
os.environ["PATH"] = os.environ["PATH"].replace(
104
str(self.bin_path) + os.pathsep, ""
0 commit comments