You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,14 +48,18 @@ It's perfectly alright to display the full blown yaml file when reporting a bug,
51
48
6.`kernel (optional)`: Default & only kernel implemented: python
52
49
7.`display_new_yml (optional, True)`: Whether to display the new yml file
53
50
8.`log_level (optional, 'ERROR')`: for logging control
54
-
51
+
52
+
### Note:
53
+
`old_ver` and `new_ver` can be the same in case you want to obtain a 'lean' yaml file for
54
+
for an existing environment with the same version.
55
+
55
56
# Output:
56
57
The final file is named using this pattern: `f"lean_env{kernel[:2]}{new_ver}_from_{env_to_clone}.yml"` using the default naming for the new env, or: `f"lean_{new_env_name}_from_{env_to_clone}.yml"` using the user-provided name.
57
58
58
59
# Final file example:
59
60
The following command `(base) >new-conda-env -old_ver 3.10 -new_ver 3.9 -env_to_clone ds310` will use
60
61
an environment named "ds310" using python 3.10 to output a yaml file for a "lean" copy using python 3.9.
61
-
The final file — on my system — is:
62
+
The final file — on my Windows system — is:
0 commit comments