diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-02-15 16:12:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 16:12:31 -0600 |
| commit | 28c1eff12954a8c24d88fa4df036bd7221c919f3 (patch) | |
| tree | 9f0e68432200809698b0ec230d2125c309204f57 /setup/teardown.sh | |
| parent | eb4132862f19c157289f126e5a071863ebeedc2c (diff) | |
| parent | b6b578249e447614f7a9e07c7b2343e625d21101 (diff) | |
Merge pull request #1 from kennykos/main
Adding scripts to read & clean University of Illinois Investment Data, get yahoo! info for invested companies
Diffstat (limited to 'setup/teardown.sh')
| -rw-r--r-- | setup/teardown.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup/teardown.sh b/setup/teardown.sh new file mode 100644 index 0000000..308fde8 --- /dev/null +++ b/setup/teardown.sh @@ -0,0 +1,3 @@ +# taken from mobilitynet-analysis-scripts/setup/teardown.sh +conda activate base +conda env remove --name toriis |
