Conda 25.1.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip > explicit.txt CONDA_PKGS_DIRS=$(mktemp -d) conda create --dry-run MATCHSPECS_GO_HERE --json | jq -r '. ˓→actions.FETCH[] | .url + "#" + .md5' >> explicit.txt The syntax in Windows only needs some small txt set "CONDA_PKGS_DIRS=%TMP%\conda-%RANDOM%" conda create --dry-run MATCHSPECS_GO_HERE --json | jq -r '.actions.FETCH[] | .url + "#"␣ ˓→+ .md5' >> explicit.txt set "CONDA_PKGS_DIRS=" The resulting explicit0 码力 | 822 页 | 5.20 MB | 8 月前3
Conda 24.11.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip > explicit.txt CONDA_PKGS_DIRS=$(mktemp -d) conda create --dry-run MATCHSPECS_GO_HERE --json | jq -r '. ˓→actions.FETCH[] | .url + "#" + .md5' >> explicit.txt The syntax in Windows only needs some small txt set "CONDA_PKGS_DIRS=%TMP%\conda-%RANDOM%" conda create --dry-run MATCHSPECS_GO_HERE --json | jq -r '.actions.FETCH[] | .url + "#"␣ ˓→+ .md5' >> explicit.txt set "CONDA_PKGS_DIRS=" The resulting explicit0 码力 | 818 页 | 5.21 MB | 8 月前3
Conda 24.9.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip > explicit.txt CONDA_PKGS_DIRS=$(mktemp -d) conda create --dry-run MATCHSPECS_GO_HERE --json | jq -r '. ˓→actions.FETCH[] | .url + "#" + .md5' >> explicit.txt The syntax in Windows only needs some small txt set "CONDA_PKGS_DIRS=%TMP%\conda-%RANDOM%" conda create --dry-run MATCHSPECS_GO_HERE --json | jq -r '.actions.FETCH[] | .url + "#"␣ ˓→+ .md5' >> explicit.txt set "CONDA_PKGS_DIRS=" The resulting explicit0 码力 | 799 页 | 5.26 MB | 8 月前3
Conda 24.7.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /Users/demo/dev/conda/devenv/pkgs /Users/demo/.conda/pkgs edited directly. Below is an example .condarc file: # This is a sample .condarc file. # It adds the r Anaconda.org channel and enables # the show_channel_urls option. # channel locations. These override0 码力 | 808 页 | 4.97 MB | 8 月前3
Conda 24.5.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /Users/demo/dev/conda/devenv/pkgs /Users/demo/.conda/pkgs edited directly. Below is an example .condarc file: # This is a sample .condarc file. # It adds the r Anaconda.org channel and enables # the show_channel_urls option. # channel locations. These override0 码力 | 794 页 | 5.01 MB | 8 月前3
Conda 24.3.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /Users/demo/dev/conda/devenv/pkgs /Users/demo/.conda/pkgs edited directly. Below is an example .condarc file: # This is a sample .condarc file. # It adds the r Anaconda.org channel and enables # the show_channel_urls option. # channel locations. These override0 码力 | 786 页 | 4.98 MB | 8 月前3
Conda 24.4.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /Users/demo/dev/conda/devenv/pkgs /Users/demo/.conda/pkgs edited directly. Below is an example .condarc file: # This is a sample .condarc file. # It adds the r Anaconda.org channel and enables # the show_channel_urls option. # channel locations. These override0 码力 | 786 页 | 4.99 MB | 8 月前3
Conda 24.1.x Documentationrequirements can be passed to conda via the --file argument. • Pip accepts a list of Python packages with -r or --requirements. • Conda env will export or create environments based on a file with conda and pip com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /Users/demo/dev/conda/devenv/pkgs /Users/demo/.conda/pkgs edited directly. Below is an example .condarc file: # This is a sample .condarc file. # It adds the r Anaconda.org channel and enables # the show_channel_urls option. # channel locations. These override0 码力 | 795 页 | 4.73 MB | 8 月前3
Conda 23.11.x Documentationmatches 0 or more characters in the version string. In terms of regular expressions, it is the same as r.*````. EXAMPLE: 1.0|1.4* matches 1.0, 1.4 and 1.4.1b2, but not 1.2. – <, >, <=, >=, == and != are Extended environment with conda or pip. Non-Python de- pendencies Manages non-Python dependencies (R, Perl, arbitrary executables). Tracking depen- dencies Tracks binary dependencies explicitly. Why recommend numpy=1.15 or, even better, numpy=1.15.4. – If you are using R, instead of specifying only r-essentials, specify r-base=3.5 r-essentials. • Feeling frustrated with “verifying transaction” and also0 码力 | 781 页 | 4.79 MB | 8 月前3
Conda 23.10.x Documentationmatches 0 or more characters in the version string. In terms of regular expressions, it is the same as r.*````. EXAMPLE: 1.0|1.4* matches 1.0, 1.4 and 1.4.1b2, but not 1.2. – <, >, <=, >=, == and != are Extended environment with conda or pip. Non-Python de- pendencies Manages non-Python dependencies (R, Perl, arbitrary executables). Tracking depen- dencies Tracks binary dependencies explicitly. Why recommend numpy=1.15 or, even better, numpy=1.15.4. – If you are using R, instead of specifying only r-essentials, specify r-base=3.5 r-essentials. • Feeling frustrated with “verifying transaction” and also0 码力 | 773 页 | 5.05 MB | 8 月前3
共 17 条
- 1
- 2













