Skip to content

Commit

Permalink
edit for clarity
Browse files Browse the repository at this point in the history
added clarity for instructions on how to build permanent user-specific envs
  • Loading branch information
jdmillstein committed Apr 17, 2024
1 parent 792d2e2 commit e3dcf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/how_tos/background/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Then, also in your home directory, create a new textfile called `.condarc` (the
envs_dirs:
- ~/envs
```
This will indicates to conda that all the new environments have to live inside `~envs` (`~` is the unix character for your home directory).
This will indicates to conda that all the new environments have to live inside `~envs` (`~` is the unix character for your home directory). In doing so, you ensure that the new environments you build will be permanent to your CryoCloud account.
````

You can now create a new environment with `conda`.
Expand Down

0 comments on commit e3dcf29

Please sign in to comment.