Hey guys.
I’m following the kubernetes for beginners course and I’m trying to install the images of the voting app on a K3S lab.
For this I (think I) need to do something like pip install -r requirements.txt to the 3 images, after cloning the repository.
So git clone works, but pip install doesn’t.
I tried to run apt install python3-pip but get this “apt command not found” message.
Even sudo says the same thing.
What can I do?