You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is probably not a critical issue, but I can't create envs with python-2.7.3-7 using soft links but I can with hard links.
Background
My home directory is on one file server and my workspace is on another. CONDA_ENVS_PATH points to a dir in my home and that's where all downloaded packages are stored. When I create an env in my workspace softlinks are used by default. This doesn't work for python-2.7.3-7.
Separately I tried to make my own build of Python-2.7.9, one that uses a more up-to-date readline to deal with #152. That package had the same issue until I added a 'no_link' field in the recipe.
Proposed Solution
I think the python-2.7.3-7 conda package is missing a 'no-link' value in the build section of the package's recipe. If I look at the pythons I have in my '.pkgs' dir, python-2.7.3-7 is the only one missing a 'no_softlink' file in the package's info/ dir.
I ls'd for 'files', which all packages should have, and 'no_softlink' in each python's info/ dir:
So this is probably not a critical issue, but I can't create envs with python-2.7.3-7 using soft links but I can with hard links.
Background
My home directory is on one file server and my workspace is on another. CONDA_ENVS_PATH points to a dir in my home and that's where all downloaded packages are stored. When I create an env in my workspace softlinks are used by default. This doesn't work for python-2.7.3-7.
Separately I tried to make my own build of Python-2.7.9, one that uses a more up-to-date readline to deal with #152. That package had the same issue until I added a 'no_link' field in the recipe.
Proposed Solution
I think the python-2.7.3-7 conda package is missing a 'no-link' value in the build section of the package's recipe. If I look at the pythons I have in my '.pkgs' dir, python-2.7.3-7 is the only one missing a 'no_softlink' file in the package's info/ dir.
I ls'd for 'files', which all packages should have, and 'no_softlink' in each python's info/ dir:
So, in short, something like this needs to be added to the Python-2.7.3-7 recipe:
The text was updated successfully, but these errors were encountered: