Eu duvido muito que o Mint manterá versões do PIP nos repositórios para versões do Python que eles também não possuem nos repositórios. No entanto, a partir de esta página python.org em PIP :
If you installed Python from source, with an installer from python.org, or via Homebrew you should already have pip. If you’re on Linux and installed using your OS package manager, you may have to install pip separately, see Installing pip/setuptools/wheel with Linux Package Managers.
Então, em teoria, você já deve tê-lo, se tiver compilado e instalado com o make install. Tente usar locate
ou find
para pip3.6
por acaso, o site python fornece o seguinte aviso.
Warning
make install can overwrite or masquerade the python3 binary. make altinstall is therefore recommended instead of make install since it only installs exec_prefix/bin/pythonversion