Skip to content

Commit 6333fb5

Browse files
authored
Clarify that .bash_profile does work in terminals in JupyterLab (#516)
1 parent 86efd77 commit 6333fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It's important to note that packages installed this way aren't available to the
2626
Nebari automatically creates and manages `.bashrc` and `.profile`. Therefore, end users do not have write permissions to modify this file. However, by default Nebari _will_ source `.bash_profile`. Users may use this file to populate environment variables or set up alias, etc. However, there are some important things to note:
2727

2828
- The `.bash_profile` is sourced _after_ the `.bashrc` - be aware of the implications, one of which is that you will lose changes to the prompt syntax. To avoid this, you can always source the `.bashrc` inside the .`bash_profile`.
29-
- JupyterLab does _not_ source `.bash_profile`.
29+
- JupyterLab kernels do _not_ source `.bash_profile` but the Jupyter terminal does.
3030
- The VS Code terminal does _not_ source `.bash_profile` by default.
3131

3232
## What if I can't see the active conda environment in the terminal?

0 commit comments

Comments
 (0)