Skip to content

Commit c5d5440

Browse files
committed
Merge pull request #214 in LCL/wolframclientforpython from bugfix/broken-pip-path to master
* commit 'ae27ad60ba60ed6a54e5393167b14d1ac3ee04d2': adding new pip path
2 parents 2bec9bd + ae27ad6 commit c5d5440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/utils/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
)
5151

5252
pip = API(
53-
main=("pip.main", "pip._internal.main"),
53+
main=("pip.main", "pip._internal.main", "pip._internal.main.main"),
5454
get_installed_distributions=(
5555
"pip.get_installed_distributions",
5656
"pip.utils.get_installed_distributions",

0 commit comments

Comments
 (0)