@@ -56,7 +56,7 @@ leave out the 'source' here and below). ::
5656
5757 $ conda create -n mssenv mamba
5858 $ conda activate mssenv
59- (mssenv) $ mamba install mss
59+ (mssenv) $ mamba install mss=4.0.1 python
6060
6161
6262You need to reactivate after the installation once the environment to setup all needed enironment
@@ -81,28 +81,21 @@ you could try the mamba update mss as described.
8181search for MSS what you can get ::
8282
8383 (mssenv) $ mamba search mss
84-
85- mss 3.0.4 py38h578d9bd_0 conda-forge
86- mss 3.0.4 py39hf3d152e_0 conda-forge
87- mss 4.0.0 py36h5fab9bb_0 conda-forge
88- mss 4.0.0 py37h89c1867_0 conda-forge
89- mss 4.0.0 py38h578d9bd_0 conda-forge
90- mss 4.0.0 py39hf3d152e_0 conda-forge
84+ ...
85+ mss 4.0.1 py38h578d9bd_0 conda-forge
86+ mss 4.0.1 py39hf3d152e_0 conda-forge
9187
9288compare what you have installed ::
9389
9490 (mssenv) $ mamba list mss
9591
9692 mss 3.0.2 py39hf3d152e_0 conda-forge
9793
98- We found that sometimes mss can be updated in an existing environment ::
99-
100- (mssenv) $ mamba update mss
10194
102- We have also reports that sometimes an update suceeds by giving by the install option and the new version number,
103- in this example 4.0.0 and python as second option ::
95+ We have reports that often an update suceeds by using the install option and the new version number,
96+ in this example 4.0.1 and python as second option ::
10497
105- (mssenv) $ mamba install mss=4.0.0 python
98+ (mssenv) $ mamba install mss=4.0.1 python
10699
107100All attemmpts show what you get if you continue. **Continue only if you get what you want. **
108101
@@ -130,7 +123,7 @@ We suggest to create a mss user.
130123* login again or export PATH="/home/mss/miniconda3/bin:$PATH"
131124* conda create -n mssenv mamba
132125* conda activate mssenv
133- * mamba install mss
126+ * mamba install mss=4.0.1 python
134127
135128For a simple test you could start the builtin standalone *mswms * and *mscolab * server::
136129
0 commit comments