mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1470] Install TRMM python version on Mac and linux #2862
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2862
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silversword411 on GitHub (Mar 31, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1470
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
envAdd
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!!!!).
@NiceGuyIT commented on GitHub (Aug 17, 2023):
This might be possible with PyOxy.