We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d1f07 commit 4179b5aCopy full SHA for 4179b5a
docs/guides/environments.md
@@ -174,7 +174,7 @@ We can deactivate an environment with
174
```console
175
$ (my-env) ➜ conda deactivate
176
177
- // You are no longer in my-env.
+ // You are no longer in 'my-env'.
178
179
$
180
```
@@ -193,7 +193,8 @@ We can remove an environment with
193
// Your environment no longer exists
194
195
$ conda activate my-env
196
- Cannot activate, prefix does not exist at: '/Users/pydev/micromamba/envs/
+ Cannot activate, prefix does not exist at:
197
+ '/Users/pydev/micromamba/envs/'
198
199
200
</div>
0 commit comments