Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conda.md #416

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Update conda.md #416

merged 1 commit into from
Aug 18, 2023

Conversation

MackDing
Copy link
Contributor

(base) root@926800e50732:/workspace# conda info -e # conda environments:

base * /opt/conda
py3.8 /opt/conda/envs/py3.8
wh_init_task /opt/conda/envs/wh_init_task
(py3.8) root@926800e50732:/workspace# conda env remove -n wh_init_task

Remove all packages in environment /opt/conda/envs/wh_init_task:

(py3.8) root@926800e50732:/workspace# conda info -e # conda environments:

base /opt/conda
py3.8 * /opt/conda/envs/py3.8

(base) root@926800e50732:/workspace# conda info -e
# conda environments:
#
base                  *  /opt/conda
py3.8                    /opt/conda/envs/py3.8
wh_init_task             /opt/conda/envs/wh_init_task
(py3.8) root@926800e50732:/workspace# conda env remove -n wh_init_task

Remove all packages in environment /opt/conda/envs/wh_init_task:

(py3.8) root@926800e50732:/workspace# conda info -e
# conda environments:
#
base                     /opt/conda
py3.8                 *  /opt/conda/envs/py3.8
@jaywcjlove jaywcjlove merged commit bcc6cb6 into jaywcjlove:main Aug 18, 2023
github-actions bot pushed a commit that referenced this pull request Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants