1HATCH-UNINSTALL(1) User Commands HATCH-UNINSTALL(1)
2
3
4
6 hatch uninstall – Uninstalls packages
7
9 hatch uninstall [OPTIONS] [PACKAGES]...
10
12 If the option --env is supplied, the uninstall will be applied using
13 that named virtual env. Unless the option --global is selected, the
14 uninstall will only affect the current user. Of course, this will have
15 no effect if a virtual env is in use. The desired name of the admin
16 user can be set with the _DEFAULT_ADMIN_ environment variable.
17
18 With no packages selected, this will uninstall using a requirements.txt
19 or a dev version of that in the current directory.
20
21 If no --env is chosen, this will attempt to detect a project and use
22 its virtual env before resorting to the default pip(1). No project de‐
23 tection will occur if a virtual env is active.
24
26 -nd, --no-detect
27 Disables the use of a project’s dedicated virtual env. This is
28 useful if you need to be in a project root but wish to not tar‐
29 get its virtual env.
30
31 -e, --env TEXT
32 The named virtual env to use.
33
34 -g, --global
35 Uninstalls globally, rather than on a per-user basis. This has
36 no effect if a virtual env is in use.
37
38 --admin
39 When --global is selected, this assumes admin rights are already
40 enabled and therefore sudo(8)/runas will not be used.
41
42 -d, --dev
43 When locating a requirements file, only use the dev version.
44
45 -q, --quiet
46 Decreases verbosity.
47
48 -y, --yes
49 Confirms the intent to uninstall without a prompt.
50
51 -h, --help
52 Show a help message and exit.
53
55 _DEFAULT_ADMIN_
56 Desired name of the admin user
57
59 pip(1), sudo(8)
60
61 hatch(1)
62
63 hatch-build(1), hatch-clean(1), hatch-conda(1), hatch-config(1),
64 hatch-env(1), hatch-grow(1), hatch-init(1), hatch-install(1),
65 hatch-new(1), hatch-pypath(1), hatch-python(1), hatch-release(1),
66 hatch-shed(1), hatch-shell(1), hatch-test(1), hatch-update(1)
67
68
69
70 Feburary 2022 HATCH-UNINSTALL(1)