You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, I did pip3 install vprof, but that didn't create any vprof.bat nor vprof.exe anywhere, so when I try something like vprof -c <config> <src> in the command line (as suggested by the readme), I get "'vprof' is not recognized as an internal or external command, operable program or batch file."
Should I add something specific to my environment variables?
The text was updated successfully, but these errors were encountered:
On Windows, I did
pip3 install vprof
, but that didn't create anyvprof.bat
norvprof.exe
anywhere, so when I try something likevprof -c <config> <src>
in the command line (as suggested by the readme), I get "'vprof' is not recognized as an internal or external command, operable program or batch file."Should I add something specific to my environment variables?
The text was updated successfully, but these errors were encountered: