Skip to content

Commit

Permalink
Also complete pip when pointing to pip3 (tue-robotics#676)
Browse files Browse the repository at this point in the history
* Also complete pip when pointing to pip3

* Bump VERSION to 1.10.3
  • Loading branch information
MatthijsBurgh authored Aug 8, 2023
1 parent a4d681f commit 6d833e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.2
1.10.3
4 changes: 4 additions & 0 deletions setup/tue-misc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ then
PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) )
}
complete -o default -F _pip_completion pip3
if [ "$(pip -V)" == "$(pip3 -V)" ]
then
complete -o default -F _pip_completion pip
fi
fi

0 comments on commit 6d833e8

Please sign in to comment.