Skip to content

Commit cfb5ac7

Browse files
authored
Update common-issues.md
1 parent 6c6ad3c commit cfb5ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learners/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ In order to get `pip` to use the proxy,
197197
you need to add an additional parameter when installing packages with `pip`:
198198

199199
```bash
200-
$ python3 -m pip install --proxy <proxy-url> <name of package>`
200+
$ python3 -m pip install --proxy <proxy-url> <name of package>
201201
```
202202

203203
To keep these settings permanently,

0 commit comments

Comments
 (0)