Discussion:
[conda] anaconda creates unamed environments
Guido Granda Muñoz
2018-03-16 21:25:12 UTC
Permalink
Hello,

I don't know how I created two unamed environments. I just have an
installation of conda with python 3, and installed yt-conda. After that I
tried to create an environment with python 2.7 using conda. So , I did the
following:

conda create -n py27 python=2.7 anaconda

And, now when I list all the environments :

conda info --envs

I get:

base /fs/posgrado16/other0/guido/anaconda3
python2 * /fs/posgrado16/other0/guido/anaconda3/envs/python2
/fs/posgrado16/other0/guido/yt-conda
/fs/posgrado16/other0/guido/yt-conda/envs/py27

The creation of the python2 environments worked well, but I don know why
the previous attemp(py27) got mixed inside yt-conda. How Can I delete those
two environments : /fs/posgrado16/other0/guido/yt-conda ,
/fs/posgrado16/other0/guido/yt-conda/envs/py27 if they are unnamed ?

Kind Regards,
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/4c788d9c-388b-48e1-b929-30efa8a6cb71%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Guido granda muñoz
2018-03-21 22:34:15 UTC
Permalink
Hello,

Thank you for your reply. I though that will be the only way to get
yt-conda and conda, however, I just realized that yt can be installed
directly from conda as an environment.

Cheers,
The yt installer at http://yt-project.org/#getyt uses conda. It's much
more correct to think of conda environments having *locations* and not
necessarily *names*. And it's the job of `conda info --envs` to show all
known conda environments on your system.
You have two conda installations on your system. One at
/fs/posgrado16/other0/guido/anaconda3 and the other at
/fs/posgrado16/other0/guido/yt-conda. The reason the second two
environments doesn't have names is because they can't be activated by name
using the conda at /fs/posgrado16/other0/guido/anaconda3. For that
conda, those environments are in fact nameless.
Easiest way to delete those environments is
rm -rf /fs/posgrado16/other0/guido/yt-conda
Post by Guido Granda Muñoz
Hello,
I don't know how I created two unamed environments. I just have an
installation of conda with python 3, and installed yt-conda. After that I
tried to create an environment with python 2.7 using conda. So , I did the
conda create -n py27 python=2.7 anaconda
conda info --envs
base /fs/posgrado16/other0/guido/anaconda3
python2 * /fs/posgrado16/other0/guido/an
aconda3/envs/python2
/fs/posgrado16/other0/guido/yt-conda
/fs/posgrado16/other0/guido/yt-conda/envs/py27
The creation of the python2 environments worked well, but I don know why
the previous attemp(py27) got mixed inside yt-conda. How Can I delete those
two environments : /fs/posgrado16/other0/guido/yt-conda ,
/fs/posgrado16/other0/guido/yt-conda/envs/py27 if they are unnamed ?
Kind Regards,
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/
continuum.io/d/msgid/conda/f0b41de2-63eb-4a70-a741-
75b13acf1354%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/f0b41de2-63eb-4a70-a741-75b13acf1354%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
Guido
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CALOHZ_3kVfZ6vFFPBF140qJhDeeJ%2B-eCGR8E4TQMYmMUhDcVJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...