Talk:Python: Difference between revisions

From NixOS Wiki
imported>Red-hood
Information about conda seems wrong
 
imported>Samuela
Line 2: Line 2:


conda-env does not exist after entering the conda-shell without first calling conda-install, so I think the wiki is missleading here, or the package has a bug.
conda-env does not exist after entering the conda-shell without first calling conda-install, so I think the wiki is missleading here, or the package has a bug.
== shellHook explanation ==
It's not clear what the meaning of all the `shellHook` stuff is for, esp. the <code>unset SOURCE_DATE_EPOCH</code> bit.

Revision as of 02:06, 3 February 2021

Conda

conda-env does not exist after entering the conda-shell without first calling conda-install, so I think the wiki is missleading here, or the package has a bug.

shellHook explanation

It's not clear what the meaning of all the `shellHook` stuff is for, esp. the unset SOURCE_DATE_EPOCH bit.