Python in Visual Studio on Windows

Dear Experts;

I’m trying to use python on ROOT using Visual Studio, I read about using it with the help of PyRoot, but I’m still not able to get my head around it, can you please guide what exactly should I do to program in python?

Thanks for your time and help

@bellenot anything special to do to configure ROOT (and PyROOT) with Visual Studio?

As usual, executing root\bin\thisroot.bat sets the required environment variables. From inside Visual Studio, ROOTSYS must be set to the proper ROOT location, then %ROOTSYS%\bin must be added to the PATH and PYTHONPATH environment variables.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.