Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit b98c6e0

Browse files
author
Christine
committed
added more specific instructions on changing path for node
1 parent f8c7e7b commit b98c6e0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/content/connect.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,26 @@ If you have a .profile, (or a .bash_profile) then type:
160160

161161
`source ~/.profile` or `source ~/.bash_profile`
162162

163+
and add `export PATH=~/npm-global/bin:$PATH` to your `.profile`. You can do this by several methods, one simple way is to type:
164+
165+
```
166+
cat >> ~/.profile
167+
168+
export PATH=~/npm-global/bin:$PATH
169+
170+
```
171+
and then type ctrl-c to exit.
172+
163173

164174
If you do not have a .profile, type:
165175

166176
`cat >~/.profile`
167177

178+
You will reach a prompt in which you can paste:
179+
168180
`export PATH=~/npm-global/bin:$PATH`
169181

182+
add a line return and press ctrl-c to exit.
170183

171184
####Install the Spark CLI
172185

0 commit comments

Comments
 (0)