... | ... | @@ -64,4 +64,12 @@ python3.12 |
|
|
|
|
|
## Research-group Shared Configuration
|
|
|
|
|
|
The initial experiments being implemented for the Jaynes research group involve a Bash function defined in a group shared `bashrc` that defines an `activate` command which looks for available `venv` environments stored in a shared location. See the [discussion](https://research-git.uiowa.edu/space-physics/doc/-/issues/6) for details. Currently, the command `activate aurorax` sets up the group shared environment for working with pyaurorax. |
|
|
The initial experiments being implemented for the Jaynes research group involve a Bash function defined in a group shared `bashrc` that defines an `activate` command which looks for available `venv` environments stored in a shared location. See the [discussion](https://research-git.uiowa.edu/space-physics/doc/-/issues/6) for details. For example, the command `activate aurorax` sets up the group shared environment for working with pyaurorax.
|
|
|
|
|
|
The plasma wave group (rpwg) is also starting to use this same approach. Many of the available environments simply will be softlinks between the groups, which can be separated if these need to diverge.
|
|
|
|
|
|
If you're a member of more than one research group, simply `source /project/groupname/share/bashrc` to load the specifics for group `groupname`.
|
|
|
|
|
|
### What's available?
|
|
|
|
|
|
Simply list the directory, `ls /project/groupname/share/venv`, to list the available `venv` environments for group `groupname` (e.g. `jaynes` or `rpwg`). |