diff --git a/pipenv/utils.py b/pipenv/utils.py index 75f75ac5..ebc5b92e 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -273,6 +273,7 @@ def suggest_package(package): if result[1] > THRESHOLD: return result[0] + def python_version(path_to_python): if not path_to_python: return None