Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-setup/find_site_packages.py
@@ -9,7 +9,7 @@
print(os.path.dirname(os.path.dirname(pip.__file__)))
except ImportError:
import sys
print("could not import pip", file=sys.stderr)
print("DEBUG: could not import pip", file=sys.stderr)
# if you use poetry with `virtualenvs.options.no-pip = true` you might end up with a
# virtualenv without pip, so the above trick doesn't actually work. See
# https://python-poetry.org/docs/configuration/#virtualenvsoptionsno-pip

0 comments on commit 2f6d174

Please sign in to comment.