diff --git a/penv b/penv index 0fcf4c0..454cf8c 100755 --- a/penv +++ b/penv @@ -180,7 +180,7 @@ uninstall() { } pyls(){ - ls /usr/bin/python3.* /usr/local/bin/python3.* 2> /dev/null | tr " " "\n" | grep "3.*" --color=always + find /usr/local/bin /usr/bin -name python3.* 2> /dev/null | tr " " "\n" | grep "3.*" --color=always } if [ "$#" -lt 1 ]; then