mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 02:45:30 +00:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# conda deactivate
|
|
|
|
> Deactivate a conda environment.
|
|
> More information: <https://docs.conda.io/projects/conda/en/latest/commands/deactivate.html>.
|
|
|
|
- Deactivate a conda environment:
|
|
|
|
`conda deactivate`
|