python-setup: Fix for python2
This commit is contained in:
parent
ebf1b8f8fc
commit
b8107301d2
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
"""
|
"""
|
||||||
Print the path to the site-packages directory for the current Python environment.
|
Print the path to the site-packages directory for the current Python environment.
|
||||||
"""
|
"""
|
||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import pip
|
import pip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue