Thank you, I tried that. But it does not seem to work:
I uninstalled Python 3.7 as in the following:
~> pkgman uninstall python3
The following changes will be made:
in system:
uninstall package pip_python3-9.0.0-1
uninstall package setuptools_python3-28.8.0-2
uninstall package python3-3.7.3-2
Continue? [yes/no] (yes) : [system] Applying changes ...
[system] Changes applied. Old activation state backed up in "state_2019-06-11_14:30:03"
[system] Cleaning up ...
[system] Done.
After that, I still had a Python 3.6 installed:
~> python3.6 --version
Python 3.6.8
Now, I installed pip3
, the only one that I can find with pkgman
, which has Python 3.7 set as dependency.
~> pkgman search pip3
Status Name Description
-----------------------------------------------------------------------------
pip_python3 The PyPA recommended tool for installing Python packages
~> pkgman install pip_python3
100% repochecksum-1 [65 bytes]
Validating checksum for Haiku...done.
100% repochecksum-1 [64 bytes]
Validating checksum for HaikuPorts...done.
The following changes will be made:
in system:
install package python3-3.7.3-2 from repository HaikuPorts
install package setuptools_python3-28.8.0-2 from repository HaikuPorts
install package pip_python3-9.0.0-1 from repository HaikuPorts
100% python3-3.7.3-2-x86_64.hpkg [9.78 MiB]
Validating checksum for https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/packages/python3-3.7.3-2-x86_64.hpkg...done.
100% setuptools_python3-28.8.0-2-any.hpkg [506.79 KiB]
Validating checksum for https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/packages/setuptools_python3-28.8.0-2-any.hpkg...done.
100% pip_python3-9.0.0-1-any.hpkg [2.08 MiB]
Validating checksum for https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/packages/pip_python3-9.0.0-1-any.hpkg...done.
[system] Applying changes ...
[system] Changes applied. Old activation state backed up in "state_2019-06-11_14:31:16"
[system] Cleaning up ...
[system] Done.
That is, I do not know how to install pip3
for Python 3.6 with pkgman
.