diff --git a/src/script.rs b/src/script.rs index 4dc2d9a..bf362be 100755 --- a/src/script.rs +++ b/src/script.rs @@ -1007,18 +1007,26 @@ fn is_python_binary(file_name: OsString) -> bool { "^activate.fish$", "^activate_this.py$", "^easy_install$", + "^easy_install[0-9]$", + "^easy_install[0-9].[0-9]$", "^easy_install-[0-9].[0-9]$", "^pip$", "^pip[0-9]$", "^pip[0-9].[0-9]$", + "^pip-[0-9].[0-9]$", "^f2py$", "^f2py[0-9]$", "^f2py[0-9].[0-9]$", + "^f2py-[0-9].[0-9]$", "^python$", "^python[0-9]$", "^python[0-9].[0-9]$", + "^python-[0-9].[0-9]$", "^python-config$", "^wheel$", + "^wheel[0-9]$", + "^wheel[0-9].[0-9]$", + "^wheel-[0-9].[0-9]$", ]; for file in files {