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

Update tutorial_developer_workflows.rst #422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions tutorial_developer_workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,12 @@ The additional features of the install command are unnecessary when tightly iter
$ spack build-env scr -- bash
# Shell wrappers didn't propagate to the subshell
$ source $SPACK_ROOT/share/spack/setup-env.sh
# Let's look at navigation features
# Lets look at navigation features
$ spack cd --help
$ spack cd -c scr
$ touch src/scr_copy.c
$ spack cd -b scr
# Let's look at what's here
# Lets look at whats here
$ ls
# Build and run tests
$ make -j2
Expand Down