How to install only conda and its dependencies? Since I already have Python I don't want to install anaconda or miniconda. What I need is only and only conda package manager and its dependencies.
How to install only conda and its dependencies? Since I already have Python I don't want to install anaconda or miniconda. What I need is only and only conda package manager and its dependencies.
Regardless of your objection to it: install miniconda. miniconda only installs conda and its dependencies so that would satisfy your needs. The fact you already have python installed has not a lot to do with installing conda: "during the installation you need to add the conda installation of Python to your PATH environment variable nothing more".
Also see the installation guide for conda.