{"tool":"conda","tool_display":"Conda","intent":"list-packages-installed-path","intent_display":"list packages installed path","title":"Conda Command: list packages installed path","command_string":"conda list -p <path/to/environment>","raw_command_string":"conda list {{[-p|--prefix]}} {{path/to/environment}}","description":"Exact CLI syntax to list packages installed path using Conda.","usage_scenario":"When verifying the contents of an environment directory or for backup purposes.","scenario_context":"Use this command to quickly assess your Conda environment package installations.","simulated_output":"# Name                    Version                   Build  Channel\nnumpy                    1.21.2                   py39hec16c3e_0    -\nscipy                    1.7.1                    py39hcdab131_0    -\npandas                   1.3.3                    py39he4d9d1a_0    -\nmatplotlib               3.4.3                    py39hf3d5a2f_0    -","how_to_steps":["Run the command: `conda list -p path/to/environment`","Verify the output displays the list of installed packages and their versions."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/conda/list-packages-installed-path"}