-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workingcondaenhancementNew feature or requestNew feature or request
Description
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 workingSomething isn't workingcondaenhancementNew feature or requestNew feature or request