From 1740c4ef650dd2bf3b1d91322d55aace7667b822 Mon Sep 17 00:00:00 2001 From: "michal.kotowski1@1c7e62558e00f6965c27223d9dcff021fbc44eed" Date: Sat, 15 Aug 2020 19:01:57 +0000 Subject: [PATCH] --- doc/forum/Problem_with_Anaconda_and_git-annex_on_Windows.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Problem_with_Anaconda_and_git-annex_on_Windows.mdwn diff --git a/doc/forum/Problem_with_Anaconda_and_git-annex_on_Windows.mdwn b/doc/forum/Problem_with_Anaconda_and_git-annex_on_Windows.mdwn new file mode 100644 index 0000000000..617f8e8de6 --- /dev/null +++ b/doc/forum/Problem_with_Anaconda_and_git-annex_on_Windows.mdwn @@ -0,0 +1 @@ +I have a problem with using git-annex with Anaconda (I'm using Windows 10). I have installed Git (using "conda install -c conda-forge git" under Anaconda prompt) and then git-annex (in the Anaconda3/Library directory, as suggested e.g., here: http://handbook.datalad.org/en/inm7/intro/installation.html#windows-10). However, Anaconda doesn't seem to recognize git-annex at all (for example, running "git annex test" gives the error that "annex" is not a valid git command). At the same time I can run git and git-annex using Windows command line). I'd appreciate any help (is it somehow a problem with installation paths or something deeper?).