Skip to content

Commit

Permalink
Let's see why it can't found
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 4, 2021
1 parent 76a80fb commit 08d5c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2021.5.29"
__version__ = "2021.5.30dev"
1 change: 1 addition & 0 deletions pipenv/vendor/pip_shims/shims.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def __all__(self):

def __init__(self):
self.pip = import_pip()
print(f"==== PIP SHIM: {self.pip} ====")
self._locations = ShimmedPathCollection.get_registry()
self._locations["get_package_finder"] = get_package_finder
self.pip_version = str(lookup_current_pip_version())
Expand Down

0 comments on commit 08d5c97

Please sign in to comment.