Skip to content

Commit c9cb3f4

Browse files
authored
Update README.md
1 parent 2ce9ac7 commit c9cb3f4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Uninstall Python3
1+
Uninstall Python3
2+
=================
23

34
A simple shell script to Un-install Python 3 versions from Mac OS/X.
45

@@ -16,18 +17,19 @@ Examine the output - make sure that it is moving only the expected files. When
1617

1718
bash uninstall-python3.sh | sudo bash -v
1819

19-
To verify the files are gone, you can re-run
20+
To verify the files are gone, you can re-run
2021

2122
bash uninstall-python3.sh
2223

23-
It should produce no output.
24+
It should produce no output.
2425

25-
And then you can happily re-install Python 3!
26+
And then you can happily re-install Python 3!
2627

27-
# Sample Output
28+
Sample Output
29+
=============
2830

29-
Here is the output of a sample run with the dry run first and the actual run second. At the very
30-
end we re-run a dry run to make sure things are gone.
31+
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.
3133

3234
$ bash uninstall-python3.sh
3335
rm '/usr/local/bin/2to3'

0 commit comments

Comments
 (0)