We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2649b66 commit 2f6d174Copy full SHA for 2f6d174
1 file changed
python-setup/find_site_packages.py
@@ -9,7 +9,7 @@
9
print(os.path.dirname(os.path.dirname(pip.__file__)))
10
except ImportError:
11
import sys
12
- print("could not import pip", file=sys.stderr)
+ print("DEBUG: could not import pip", file=sys.stderr)
13
# if you use poetry with `virtualenvs.options.no-pip = true` you might end up with a
14
# virtualenv without pip, so the above trick doesn't actually work. See
15
# https://python-poetry.org/docs/configuration/#virtualenvsoptionsno-pip
0 commit comments