/home/linquanwei/.condarc conda version : 23.3.1 conda-build version : not installed python version : 3.10.10.final.0 virtual packages : __archspec=1=x86_64 __glibc=2.27=0 __linux=5.4.0=0 __unix=0=0 base environment : /home/linquanwei/miniconda3 (writable) conda av data dir : ...
Once the command succeeds, you'll haveconda-libmamba-solverinstalled in your base environment and will be ready to use it as normal. You can delete the conda-standalone binaries.
If your Anaconda environment contains many installed packages and libraries, you may wish to make a file to keep track of all the dependencies. You can make an environment file using the following command: $condaenvexport>environment.yml Output: Uninstall Anaconda To permanently delete or uninstall...
always attempt to delete files in rm_rf, #1864 2015-12-02 3.18.7: simplify call to menuinst.install() add menuinst as dependency on Windows add ROOT_PREFIX to post-link (and pre_unlink) environment 2015-11-19 3.18.6: improve conda clean when user lacks permissions, #1807 make show...
add config for control of number of threads. These can be set in condarc or using environment variables. Names/default values are:default_threads/None,repodata_threads/None,verify_threads/1,execute_threads/1(#9044) Bug fixes fix repodata_fns from condarc not being respected (#8998) ...
To create new environments that use packages compiled for Intel chips (using rosetta) one should useCONDA_SUBDIR=osx-64. This environment variable should be used upon creation and permanently set in the respective environment: CONDA_SUBDIR=osx-64 conda create -n [environment]#create a new environ...