Skip to content

Commit e9b00d4

Browse files
authored
Merge pull request #3 from favour-olumese/update-uninstall-python3-readme
Fixed grammar mistakes.
2 parents b4d356a + d1dc0f3 commit e9b00d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Uninstall Python3
22
=================
33

4-
A simple shell script to Un-install Python 3 versions from Mac OS/X.
4+
A simple shell script to un-install Python 3 versions from Mac OS/X.
55

66
Of course we all want Python 3 everywhere - but sometimes we want to remove the older version and install
77
the latest version - or just do a re-install from scratch.
88

9-
There is no need to check out this repositoy - just grab the `uninstall-python3.sh` file and download it
9+
There is no need to check out this repository - just grab the `uninstall-python3.sh` file and download it
1010
somewhere.
1111

1212
The script is designed to function as a dry run so you can see all that it will do. To run a dry run, do
1313

1414
bash uninstall-python3.sh
1515

16-
Examine the output - make sure that it is moving only the expected files. When you are convinced this will do what you expect run
16+
Examine the output - make sure that it is moving only the expected files. When you are convinced this will do what you expect, run
1717

1818
bash uninstall-python3.sh | sudo bash -v
1919

@@ -25,11 +25,11 @@ It should produce no output.
2525

2626
And then you can happily re-install Python 3!
2727

28-
Sample Output(an easy approach)
28+
Sample Output (an easy approach)
2929
=============
3030

3131
Here is the output of a sample run with the dry run first and the actual run second. At the very
32-
end we re-run a dry run to make sure things are gone.
32+
end, we re-run a dry run to make sure things are gone.
3333

3434
$ bash uninstall-python3.sh
3535
rm '/usr/local/bin/2to3'

0 commit comments

Comments
 (0)