Where's "bench" app?

Hi,

In last version I use “frappe” to build my apps, and to develop using PyCharm… and to debug, I set frappe app do start the serve…

Since this new version use bench to start a develop server, How can I locate them to execute from PyCharm?

Regards,

I found the solution,

The mistake wasn’t in bench app… because the github page instructions give us to install bench as SUDO, all apps to bench install on main python not in virtualenv…

I installed in virtualenv all bench apps and works fine!

Thanks