Skip to content

Commit 887e45c

Browse files
authored
Updated a few commands to make them clearer
1 parent ee48a07 commit 887e45c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ We may need to manage multiple versions of Python during the course. Run the fol
251251

252252
```bash
253253
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
254-
echo export PATH="/home/natalie/.pyenv/bin:$PATH" >> ~/.bashrc
254+
```
255+
`echo export PATH="/home/`*YOUR USERNAME HERE*`/.pyenv/bin:$PATH" >> ~/.bashrc`
256+
```bash
255257
source ~/.bashrc
256258
echo eval "$(pyenv init -)" >> ~/.bashrc
257259
echo eval "$(pyenv virtualenv-init -)" >> ~/.bashrc
@@ -332,7 +334,7 @@ sudo apt-get update
332334
Then we'll add nvm using its native installation script (make sure you're including the most up to date version of nvm where it says VERSION UMBER GOES HERE in the URL below. The format should be three numbers separated by dots, such as 0.33.4. [Check for the latest release version here.](https://github.com/creationix/nvm/releases):
333335

334336
```bash
335-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v + VERSION NUMBER GOES HERE + /install.sh | bash
337+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v`*VERSION NUMBER GOES HERE*`/install.sh | bash
336338
```
337339

338340
Then refresh our new nvm settings:

0 commit comments

Comments
 (0)