sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

Install success but objection not in command(win10, py3) #580

Open HuynhDat007 opened 1 year ago

HuynhDat007 commented 1 year ago

When I run "pip3 install objection" and has messege success, but I test on command "objection" then "'objection' is not recognized as an internal or external command, operable program or batch file."

Please help me!

image

alongj commented 1 year ago

use pyenv-win to install python and pip. After objection installed, create file named objection.bat in .../pyenv-win/shims/objection.bat. Return to termimal, everything is ok! The obejction.bat is blow: @echo off chcp 1250 > NUL call pyenv exec %~n0 %*