Skip to content

Commit 469669b

Browse files
refactor: Update pipx directory
1 parent b8fb953 commit 469669b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ check "python" python --version
4646
check "python3" python3 --version
4747
check "python3 ascii art" python3 -c'from art import *; tprint("Python3")'
4848
check "python3 file" python3 "$(pwd)"/test.py
49-
check "pipx directory" [ -d "/usr/local/python/bin" ] && echo "Pipx directory Exists"
49+
check "pipx directory" [ -d "/usr/local/pipx/bin" ] && echo "Pipx directory Exists"
5050

5151
reportResults

0 commit comments

Comments
 (0)