1HATCH-SHED(1)                    User Commands                   HATCH-SHED(1)
2
3
4

NAME

6       hatch shed – Removes named Python paths or virtual environments
7

SYNOPSIS

9       hatch shed [OPTIONS]
10

DESCRIPTION

12       Removes named Python paths or virtual environments.
13

OPTIONS

15       -p, -py, --pypath TEXT
16              Forward-slash-separated list of named Python paths.
17
18       -e, -env TEXT
19              Forward-slash-separated list of named virtual envs.
20
21       -h, --help
22              Show a help message and exit.
23

EXAMPLES

25              $ hatch pypath -l
26              py2 -> /usr/bin/python
27              py3 -> /usr/bin/python3
28              invalid -> ::
29              $ hatch env -ll
30              Virtual environments found in /home/ofek/.virtualenvs:
31
32              duplicate ->
33              Version: 3.5.2
34              Implementation: CPython
35              fast ->
36              Version: 3.5.3
37              Implementation: PyPy
38              my-app ->
39              Version: 3.5.2
40              Implementation: CPython
41              old ->
42              Version: 2.7.12
43              Implementation: CPython
44              $ hatch shed -p invalid -e duplicate/old
45              Successfully removed Python path named `invalid`.
46              Successfully removed virtual env named `duplicate`.
47              Successfully removed virtual env named `old`.
48

SEE ALSO

50       hatch(1)
51
52       hatch-build(1),    hatch-clean(1),   hatch-conda(1),   hatch-config(1),
53       hatch-env(1),    hatch-grow(1),    hatch-init(1),     hatch-install(1),
54       hatch-new(1),   hatch-pypath(1),   hatch-python(1),   hatch-release(1),
55       hatch-shell(1), hatch-test(1), hatch-uninstall(1), hatch-update(1)
56
57
58
59                                 Feburary 2022                   HATCH-SHED(1)
Impressum