Skip to content

Commit

Permalink
python-setup: Fix for python2
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Dec 15, 2022
1 parent 14fe3e4 commit c2e3666
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
Expand Down

0 comments on commit c2e3666

Please sign in to comment.