Git Product home page Git Product logo

Comments (4)

benfred avatar benfred commented on May 18, 2024

pip should be installing py-spy to the bin directory of your python install, which looks correct from the info you gave. The weird part is that your bin directory for your python environment isn't on your path.

What happens if you install other command-line python scripts? Like if you go pip install flake8 does it install flake8 to the same bin directory?

Also, are you using sudo to run py-spy? (like did you install as one user, and then try running as another?). If so the path might be different between users - you can do something like sudo env "PATH=$PATH" py-spy --pid 12345 if that is the case

from py-spy.

kennes913 avatar kennes913 commented on May 18, 2024

What happens if you install other command-line python scripts? Like if you go pip install flake8 does it install flake8 to the same bin directory?

Yep, I have flake8 installed and it exists in that directory.

Also, are you using sudo to run py-spy? (like did you install as one user, and then try running as another?)

Nope. It sounds like I may have messed something up though. Can you reproduce?

from py-spy.

benfred avatar benfred commented on May 18, 2024

Hmm, yeah it sounds like something is messed up =( I don't have any great suggestions unfortunately, aside from making sure that the virtualenv is activated source my_virtual_env/bin/activate .

You could also install py-spy to the system python (/usr/bin/pip install py-spy - py-spy handles multiple versions so doesn't need to be installed by the same version of python that you want to profile.

from py-spy.

kennes913 avatar kennes913 commented on May 18, 2024

Hm, okay, temporarily going to append that /bin directory onto path.

from py-spy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.