File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Uninstall Python3
2
2
=================
3
3
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.
5
5
6
6
Of course we all want Python 3 everywhere - but sometimes we want to remove the older version and install
7
7
the latest version - or just do a re-install from scratch.
8
8
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
10
10
somewhere.
11
11
12
12
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
13
13
14
14
bash uninstall-python3.sh
15
15
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
17
17
18
18
bash uninstall-python3.sh | sudo bash -v
19
19
@@ -25,11 +25,11 @@ It should produce no output.
25
25
26
26
And then you can happily re-install Python 3!
27
27
28
- Sample Output(an easy approach)
28
+ Sample Output (an easy approach)
29
29
=============
30
30
31
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.
32
+ end, we re-run a dry run to make sure things are gone.
33
33
34
34
$ bash uninstall-python3.sh
35
35
rm '/usr/local/bin/2to3'
You can’t perform that action at this time.
0 commit comments