-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
45 lines (41 loc) · 1.58 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
usage: conda-env [-h] {create,export,list,remove,update,config} ...
positional arguments:
{create,export,list,remove,update,config}
create Create an environment based on an environment
definition file. If using an environment.yml file (the
default), you can name the environment in the first
line of the file with 'name: envname' or you can
specify the environment name in the CLI command using
the -n/--name argument. The name specified in the CLI
will override the name specified in the
environment.yml file. Unless you are in the directory
containing the environment definition file, use -f to
specify the file path of the environment definition
file you want to use.
export Export a given environment
list List the Conda environments
remove Remove an environment
update Update the current environment based on environment
file
config Configure a conda environment
options:
-h, --help Show this help message and exit.
conda commands available from other packages:
doctor - A subcommand that displays environment health report
conda commands available from other packages (legacy):
build
content-trust
convert
debug
develop
env
index
inspect
metapackage
pack
render
repo
server
skeleton
token
verify