Skip to content

User-made conda envs reset on shutdown #67

@mat-adamec

Description

@mat-adamec

At the moment, it seems that it's possible to create a conda env with:

conda create --name envtest

and it activates just fine with

conda activate envtest

However, if you shutdown the instance and restart it, the environment will be gone. That means that environments only persist for one session.

conda activate envtest
Could not find conda environment: envtest
You can list all discoverable environments with `conda info --envs`.

jovyan@jupyter-matousadamec-40gmail-2ecom:~$ conda info --envs
# conda environments:
#
base                  *  /opt/conda

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcondaenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions