I am trying to install PIP on the splunk provided python - python3.7. From what I can see, python is located on /opt/splunk/bin directory, so I am using the command: python3.7 get-pip.py --user after getting in that directory. However, I am getting errors, such as: ModuleNotFoundError: No module named 'distutils.command' Is there already pip installed here? How What do I do? As far as I know pip usually comes with python3 but I do not see it here. Without pip, it is extremely difficult to install any package so I am in a loop.
... View more