Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating docs #256

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading