Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
python-setup: Fix for python2
Rasmus Wriedt Larsen committed Jan 13, 2023

Unverified

No user is associated with the committer email.
1 parent ebf1b8f commit b810730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-setup/find_site_packages.py
@@ -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

0 comments on commit b810730

Please sign in to comment.