Conda is a powerful tool in the python ecosystem for package management & reproducible environment. Mostly Used Commands Command Goal conda info shows system info/ installation location/ active environement and more.. conda update conda updates conda to latest version conda install {{package_name}} install package (conda install numpy) conda update {{package_name}} update package(conda update scikit-learn) conda…
