Skip to content

Commit b190934

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b5e4b3c commit b190934

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/use/actions-and-scripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
In addition to installing using [standard configuration files](#config-files), you can run your own custom actions and commands as part of the build or user session launch process.
44

55
(commands-jovyan)=
6+
67
## Commands are run as the `jovyan` user and not root
78

89
Whenever you run a custom command, it is run as a special user called `jovyan`.
@@ -13,7 +14,7 @@ For example, if you're using a `postBuild` script to install and use a new envir
1314

1415
-`$CONDA_BIN` would work, because `conda` puts its binary folder in a user-accessible space.
1516
-`~/.local/bin` would work, because it's in the home directory.
16-
-`/usr/bin` would *NOT* work, because it requires root privileges to write to.
17+
-`/usr/bin` would _NOT_ work, because it requires root privileges to write to.
1718

1819
## Run commands before finalizing your environment image
1920

0 commit comments

Comments
 (0)