Python Forum

Full Version: What pip version should I install on Cygwin for jupyter-python39?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The installer lists pythin3-pip, python312-pip, and python 36-pip through python 39-pip. Which is the best option?

Thanks so much

Joe
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.
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.