py-spy icon indicating copy to clipboard operation
py-spy copied to clipboard

Release non-wheel binaries for pip-free installation

Open gjoseph92 opened this issue 3 years ago • 0 comments

Perhaps a niche use-case, but sometimes I find myself SSHing into a box (say, a k8s node) that's running Python workloads in docker, but doesn't have pip installed on the bare VM. I'd love to just be able to curl a py-spy binary from GitHub releases for quick debugging.

Right now you can download a wheel, unzip it, and pull out the binary from .data, but having a link directly to the binary would be more convenient.

gjoseph92 avatar Apr 19 '22 17:04 gjoseph92