conda create ... with mss seems not to add an icon

Issue #344 resolved
Reimar Bauer created an issue

It looks like that the install procedure on linux does not trigger mss -m if we do

conda create -n mssdev mss

manually entered this solves it

Comments (3)

  1. Reimar Bauer reporter

    This is the difference between create and install.

    Create a new conda environment from a list of specified packages.

    Install accepts a list of package specifications (e.g, bitarray=0.8) and installs a set of packages consistent with those specifications and compatible with the underlying environment.

  2. Log in to comment