The patches have been submitted upstream in https://github.com/ofek/userpath/pull/52 and https://github.com/ofek/userpath/pull/53. From the README: This is a tool for modifying a user's PATH. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-userpath ] || exit 0
|
|
|
|
userpath --version | grep -Fx "userpath, version $PKG_VERSION"
|