tacticalrmm icon indicating copy to clipboard operation
tacticalrmm copied to clipboard

Install TRMM python version on Mac and linux

Open silversword411 opened this issue 1 year ago • 1 comments

Currently TRMM is only installing the Python3.8 on windows agent installs from https://github.com/amidaware/rmmagent/releases/download/v2.0.0/py38-x64.zip

Mac and linux agents assume python is on system already and doesn't install anything.

For the Community Scripts python module manager we don't want to accidentally install packages on the system installed (or auto-discovered) python from env

Add

  • x64 for mac
  • x64 for linux
  • x32 for other (Pi etc)

Basically, looking for a consistent base python version (TRMM managed) on any agent install we can install modules into and program against for script library stuff (OS agnostic scripts - They run everywhere!!!!).

silversword411 avatar Mar 31 '23 21:03 silversword411

This might be possible with PyOxy.

NiceGuyIT avatar Aug 17 '23 10:08 NiceGuyIT