Skip to content

Commit baafd10

Browse files
authored
Few more format fixes
1 parent 887e45c commit baafd10

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ We may need to manage multiple versions of Python during the course. Run the fol
252252
```bash
253253
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
254254
```
255-
`echo export PATH="/home/`*YOUR USERNAME HERE*`/.pyenv/bin:$PATH" >> ~/.bashrc`
255+
`echo export PATH="/home/`**YOUR USERNAME HERE**`/.pyenv/bin:$PATH" >> ~/.bashrc`
256256
```bash
257257
source ~/.bashrc
258258
echo eval "$(pyenv init -)" >> ~/.bashrc
@@ -333,9 +333,7 @@ sudo apt-get update
333333

334334
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):
335335

336-
```bash
337-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v`*VERSION NUMBER GOES HERE*`/install.sh | bash
338-
```
336+
`curl -o- https://raw.githubusercontent.com/creationix/nvm/v`**VERSION NUMBER GOES HERE**`/install.sh | bash`
339337

340338
Then refresh our new nvm settings:
341339

0 commit comments

Comments
 (0)