Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:anaconda:caviness [2024-07-30 15:09] – [Recipes] anita | software:anaconda:caviness [2024-08-02 15:08] (current) – [Virtual Environment] thuachen | ||
---|---|---|---|
Line 10: | Line 10: | ||
* 5.2.0: | * 5.2.0: | ||
5.2.0: | 5.2.0: | ||
+ | 2020.07 | ||
+ | 2022.05 | ||
+ | 2023.03 | ||
+ | 2024.02 | ||
</ | </ | ||
Line 21: | Line 25: | ||
< | < | ||
- | [traine@login00 ~]$ vpkg_devrequire anaconda/5.2.0:python3 | + | [traine@login00 ~]$ vpkg_devrequire anaconda/2024.02 |
- | Adding package `anaconda/5.2.0:python3` to your environment | + | Adding package `anaconda/2024.02` to your environment |
[traine@login00 ~]$ conda create -p ~/ | [traine@login00 ~]$ conda create -p ~/ | ||
Solving environment: | Solving environment: | ||
- | |||
- | |||
- | ==> WARNING: A newer version of conda exists. <== | ||
- | current version: 4.5.11 | ||
- | latest version: 4.8.1 | ||
- | |||
- | Please update conda by running | ||
- | |||
- | $ conda update -n base -c defaults conda | ||
- | |||
## Package Plan ## | ## Package Plan ## | ||
Line 52: | Line 46: | ||
The following packages will be downloaded: | The following packages will be downloaded: | ||
- | |||
... | ... | ||
... | ... | ||
Line 66: | Line 59: | ||
# | # | ||
# To activate this environment, | # To activate this environment, | ||
- | # > source | + | # > conda activate / |
# | # | ||
# To deactivate an active environment, | # To deactivate an active environment, | ||
- | # > source | + | # > conda deactivate |
# | # | ||
[traine@login00 ~]$ workgroup -g it_css | [traine@login00 ~]$ workgroup -g it_css | ||
[(it_css: | [(it_css: | ||
- | salloc: Pending job allocation | + | salloc: Pending job allocation |
- | salloc: job 5434421 | + | salloc: job 28214017 |
- | salloc: job 5434421 | + | salloc: job 28214017 |
- | salloc: Granted job allocation | + | salloc: Granted job allocation |
salloc: Waiting for resource configuration | salloc: Waiting for resource configuration | ||
salloc: Nodes r00n56 are ready for job | salloc: Nodes r00n56 are ready for job | ||
- | [traine@r00n56 ~]$ vpkg_devrequire anaconda/5.2.0:python3 | + | [traine@r00n56 ~]$ vpkg_devrequire anaconda/2024.02 |
- | Adding package `anaconda/5.2.0:python3` to your environment | + | Adding package `anaconda/2024.02` to your environment |
- | [traine@r00n56 ~]$ source | + | [traine@r00n56 ~]$ conda activate ~/ |
(/ | (/ | ||
- | (/ | + | (/ |
[traine@r00n56 ~]$ exit | [traine@r00n56 ~]$ exit | ||
- | exit | + | logout |
- | salloc: Relinquishing job allocation | + | salloc: Relinquishing job allocation |
[(it_css: | [(it_css: | ||
</ | </ |