I am struggling to download pip for python3. I am working on macOS Catalina (Version 10.15.7).
I use the following command line : sudo apt install python3-pip
In the beginning, I had no JDK and did download one from https://www.oracle.com/java/technologies/javase-downloads.html. Now that I have Java SE 15.0.2, I encounter the following problem when trying to install pip :
Unable to locate an executable at "/Library/Java/JavaVirtualMachines/jdk-15.0.2.jdk/Contents/Home/bin/apt" (-1)
I did check and the "/Library/Java/JavaVirtualMachines/jdk-15.0.2.jdk/Contents/Home/bin/apt" does not exist.
However, "/Library/Java/JavaVirtualMachines/jdk-15.0.2.jdk/Contents/Home/bin/" does.
Thank you very much for your help !