aboutsummaryrefslogtreecommitdiff
path: root/source/app.d
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-21 01:18:21 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-21 01:18:21 -0400
commitfe73a9d176f502feb454fde8c328d5ed761f50ff (patch)
tree07476d0b0f60a6c1dc760d3c3ed474008f4e9be8 /source/app.d
parentdee2bb287820edd24ca38c678a45295426cb2b28 (diff)
downloaddm-fe73a9d176f502feb454fde8c328d5ed761f50ff.tar.gz
A bit more work
Diffstat (limited to 'source/app.d')
-rw-r--r--source/app.d5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/app.d b/source/app.d
index 94f7ac8..603ff5b 100644
--- a/source/app.d
+++ b/source/app.d
@@ -21,12 +21,17 @@ int main(string[] args) {
return 1;
}
conda.initialize();
+ auto info = testable_packages(conda, "test.dm");
+ writeln(info);
+
+ /*
env_combine(conda,
"delivery",
"https://raw.githubusercontent.com/astroconda/astroconda-releases/master/hstdp/2019.3/dev/hstdp-2019.3-linux-py36.02.txt",
"test.dm");
conda.run("info");
conda.run("list");
+ */
/*
conda.activate("base");