Skip to content

Commit

Permalink
swc-installation-test-2.py: List supported Ubuntu install hints
Browse files Browse the repository at this point in the history
From http://software-carpentry.org/setup/ubuntu.html, in the order
that they are currently listed.  The page sections don't have the
appropriate anchor IDs yet, but it's still better to link to the
Ubuntu page than to the root setup/ page.
  • Loading branch information
W. Trevor King committed Feb 26, 2013
1 parent 001b57b commit 38520f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup/swc-installation-test-2.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ class DependencyError (Exception):
'Gentoo Base System': 'Gentoo',
}
_supported = [ # (system, package) pairs with specific instructions
('Ubuntu', 'emacs'),
('Ubuntu', 'xemacs'),
('Ubuntu', 'setuptools'),
('Ubuntu', 'nose'),
('Ubuntu', 'nosetests'),
('Ubuntu', 'hg'),
('Ubuntu', 'EasyMercurial'),
('Ubuntu', 'sqlite3'),
]

def _get_message(self):
Expand Down

0 comments on commit 38520f9

Please sign in to comment.