Skip to content

Commit

Permalink
Updated info for using '.profile'
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Sep 14, 2023
1 parent eb306bd commit 75216ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/env_setup/remote/miniconda_conda_remote_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ conda env update -f env_config/env_dev.yml
- `conda activate aeon`: activates the virtual environment; any commands now run within this terminal will take place within the virtual environment.
- `conda deactivate aeon`: deactivates the virtual environment.
4. (Optional) Add commands to the `.profile` file to add miniconda as an environment module and Bonsai and its dependencies to your system path on startup (this will be initialized each time you SSH into the HPC).
- Copy the commands in the `.profile_example` file in this folder to your HPC home directory `.profile` file.
- Copy the commands in the `.profile_example` file in this folder to your HPC home directory `.profile` file (you will have to create this file if it doesn't already exist).
5. For instructions on developing within the `aeon` environment, see [`developing_on_hpc.md`](./developing_on_hpc.md)

0 comments on commit 75216ba

Please sign in to comment.