Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Changes
Page history
fixing typo on mamba create env
authored
Feb 23, 2024
by
PIERRON Laurent
Show whitespace changes
Inline
Side-by-side
Virtual-environment.md
View page @
97eae211
...
...
@@ -176,7 +176,7 @@ And with some other environment management tools:
-
environment with dependencies downloaded:
```bash
mamba create env --file environment.yml
mamba create
-n my_
env --file environment.yml
mamba activate my_env
```
...
...