Skip to content
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

python-setup: Handle poetry virtualenvs.options.no-pip = true #1431

Merged
merged 8 commits into from
Jan 16, 2023
Prev Previous commit
Next Next commit
python-setup: Fix for python2
  • Loading branch information
RasmusWL committed Jan 13, 2023
commit b8107301d238fd9af508eb785e8c9ba6facb0259
1 change: 1 addition & 0 deletions python-setup/find_site_packages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Print the path to the site-packages directory for the current Python environment.
"""
from __future__ import print_function

try:
import pip
Expand Down