From 2d1b198420c3bc3a53e7df9b495253e8e79f4005 Mon Sep 17 00:00:00 2001 From: cardoso-neto Date: Fri, 28 Aug 2020 00:20:31 +0000 Subject: [PATCH] Added a comment --- ..._27f987a16d931a02f5a4ab3f80bf327a._comment | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/forum/building_the_standalone_distribution_from_source/comment_13_27f987a16d931a02f5a4ab3f80bf327a._comment diff --git a/doc/forum/building_the_standalone_distribution_from_source/comment_13_27f987a16d931a02f5a4ab3f80bf327a._comment b/doc/forum/building_the_standalone_distribution_from_source/comment_13_27f987a16d931a02f5a4ab3f80bf327a._comment new file mode 100644 index 0000000000..4a16e6c5ec --- /dev/null +++ b/doc/forum/building_the_standalone_distribution_from_source/comment_13_27f987a16d931a02f5a4ab3f80bf327a._comment @@ -0,0 +1,33 @@ +[[!comment format=mdwn + username="cardoso-neto" + avatar="http://cdn.libravatar.org/avatar/d90a656df072f3a29da54302c190c696" + subject="comment 13" + date="2020-08-28T00:20:30Z" + content=""" +I checked my .bash_history and it was `conda create -n $myname python=3.8` the command used. + +I just reran that and got the same result when I installed git-annex with `conda install -c conda-forge git-annex`. + +I also noticed you made the standalone dist warning message much prettier. Thanks for that. However, you forgot the `--channel` argument in your suggested install script. Here is a copypasta of your current message: + +``` +Executing transaction: / +############################################################################## +# # +# Standalone distribution of git-annex was installed, instead of the # +# standard distribution, likely due to package conflicts in the target # +# environment. The standalone distribution may have issues (e.g. be slower, # +# or not pass the expected environment to some external programs); # +# the standard distribution should be used when possible. # +# You can force installation of the standard version by adding =alldep* to # +# the build string, e.g. # +# conda install git-annex=*=alldep* # +# # +# For more info on the standalone git-annex distribution see # +# https://git-annex.branchable.com/install/Linux_standalone/ # +# # +############################################################################## + +done +``` +"""]]