diff --git a/anselm.csv b/anselm.csv
index 22bed73f05a0edcf0eb52a4e5394f122043335e5..41cdaa81b060a537284788ecbb943a6af6a85595 100644
--- a/anselm.csv
+++ b/anselm.csv
@@ -290,6 +290,7 @@ PrgEnv-intel/14.0.1,1
 PrgEnv-intel/15.0.3,1
 bullxde/2.0,1
 Doris/4.06beta2-intel-2017a,1
+Anaconda2/4.4.0,1
 Anaconda3/4.4.0,1
 Bison/2.5-intel-2015b,1
 Bison/2.7-foss-2015g,1
diff --git a/anselm.md b/anselm.md
index 710f95391b276515ff158f207ee0d5d54052bd71..08d8688a5b7cf44ecfce5479fe1cfe86107ef3e5 100644
--- a/anselm.md
+++ b/anselm.md
@@ -181,6 +181,7 @@
 
 | Module | Description |
 | ------ | ----------- |
+| Anaconda2 |   |
 | Anaconda3 |   |
 | [Bison](http://www.gnu.org/software/bison) | Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. |
 | [byacc](http://invisible-island.net/byacc/byacc.html) | Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler. |