I'm using a station without admin rights and without pip. I need to use PyCharm (already installed) so as a workaround I installed Anaconda Navigator (doesn't require admin) and am using an environment in Anaconda as my interpreter in PyCharm.
I'm a bit confused regarding the conda install
and the packages offered there. Are they all the same as the ones offered by the Python Package Index? Do developers only upload their work once to pypi.org and then it appears on both pip
and conda
installations or does it not include every single python package out there?
Thanks and I apologize if the question doesn't belong to this section of stack exchange.