We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d672d commit 2ce9ac7Copy full SHA for 2ce9ac7
README.md
@@ -10,15 +10,15 @@ somewhere.
10
11
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
12
13
- bash uninstall-python3.sh
+ bash uninstall-python3.sh
14
15
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
17
- bash uninstall-python3.sh | sudo bash -v
+ bash uninstall-python3.sh | sudo bash -v
18
19
To verify the files are gone, you can re-run
20
21
22
23
It should produce no output.
24
0 commit comments