Skip to content

Commit 4179b5a

Browse files
committed
small fix
1 parent 23d1f07 commit 4179b5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/environments.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ We can deactivate an environment with
174174
```console
175175
$ (my-env) ➜ conda deactivate
176176

177-
// You are no longer in my-env.
177+
// You are no longer in 'my-env'.
178178

179179
$
180180
```
@@ -193,7 +193,8 @@ We can remove an environment with
193193
// Your environment no longer exists
194194

195195
$ conda activate my-env
196-
Cannot activate, prefix does not exist at: '/Users/pydev/micromamba/envs/
196+
Cannot activate, prefix does not exist at:
197+
'/Users/pydev/micromamba/envs/'
197198
```
198199

199200
</div>

0 commit comments

Comments
 (0)