If I have an older version of python (e.g. python3.4) and pip for this version of python, can I install a newer version of python (e.g. python3.6) by pip? In other words, can I do this?
pip install python3.6
No. pip
is for installing Python packages, not Python itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With