![]() |
| What pip version should I install on Cygwin for jupyter-python39? - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: What pip version should I install on Cygwin for jupyter-python39? (/thread-45892.html) |
What pip version should I install on Cygwin for jupyter-python39? - Virgo_Concepts - Dec-01-2025 The installer lists pythin3-pip, python312-pip, and python 36-pip through python 39-pip. Which is the best option? Thanks so much Joe RE: What pip version should I install on Cygwin for jupyter-python39? - Larz60+ - Dec-02-2025 I have always used python-3 pip, which will get you the latest version. I beleive python 312-pip refers to python 3.12 pip, not the latest version, same with python 39-pip. RE: What pip version should I install on Cygwin for jupyter-python39? - mamta25 - Dec-03-2025 Hey, Just pick the pip that matches your python version. For example, if you have Python 3.12 use python312pip. If you are not sure python3-pip is fine for default python. |