Skip to content

Commit 103a8c5

Browse files
authored
Update README.md
1 parent d1333d5 commit 103a8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ A: Nothing, if you enjoy remembering all your bad env names and typing 20+ chara
7777
A: Because sometimes I'm a multi-directory-single-environment agent of chaos, and also because I don't want to mess with my `cd` command.
7878

7979
**Q: Why not use a dedicated config file instead of defaulting to `environment.yml`?**
80-
A: You can absolutely maintain a dedicated config file, such as `.acarc.yml`. Just make sure it includes a single `name: <env_name>`, then activate it with `aca .acarc`. This approach can be helpful if you have multiple environments for the project and want to comment out or switch between different environment options without cluttering your sacred `environment.yml`. For example:
80+
A: You can absolutely maintain a dedicated config file, such as `.conda_env.yml`. Just make sure it includes a single `name: <env_name>`, then activate it with `aca .conda_env.yml`. This approach can be helpful if you have multiple environments for the project and want to comment out or switch between different environment options without cluttering your sacred `environment.yml`. For example:
8181
```yml
82-
# .acarc.yml
82+
# .conda_env.yml
8383
# name: bad_name1 # Initial environment as per instructions
8484
name: bad_name2 # Fixed a thing that the instructions didn't mention -_-
8585
```

0 commit comments

Comments
 (0)