File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- # Uninstall Python3
1
+ Uninstall Python3
2
+ =================
2
3
3
4
A simple shell script to Un-install Python 3 versions from Mac OS/X.
4
5
@@ -16,18 +17,19 @@ Examine the output - make sure that it is moving only the expected files. When
16
17
17
18
bash uninstall-python3.sh | sudo bash -v
18
19
19
- To verify the files are gone, you can re-run
20
+ To verify the files are gone, you can re-run
20
21
21
22
bash uninstall-python3.sh
22
23
23
- It should produce no output.
24
+ It should produce no output.
24
25
25
- And then you can happily re-install Python 3!
26
+ And then you can happily re-install Python 3!
26
27
27
- # Sample Output
28
+ Sample Output
29
+ =============
28
30
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.
31
33
32
34
$ bash uninstall-python3.sh
33
35
rm '/usr/local/bin/2to3'
You can’t perform that action at this time.
0 commit comments