Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

CLIMATE-457 - Cleanup after Easy-OCW install on Ubuntu #60

Merged
merged 1 commit into from
Jun 4, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions easy-ocw/install-ubuntu-12_04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ bash Anaconda-1.9.2-Linux-x86_64.sh
export PATH="/home/vagrant/anaconda/bin:$PATH"
subtask "done"

task "Cleaning up Anaconda download ..."
rm -f Anaconda-1.9.2-Linux-x86_64.sh
subtask "done"

# Install Basemap. Conda cannot be used for this install since
# it fails to analyse the dependencies (at the time of writing). This
# will install it manually. At some point, this should be replaced with
Expand Down Expand Up @@ -175,6 +179,12 @@ cd ..
python setup.py install >> install_log
subtask "done"

task "Cleaning up Basemap install ..."
cd
rm -f basemap-1.0.7.tar.gz
rm -rf basemap-1.0.7
subtask "done"

# Install miscellaneous Python packages needed for OCW. Some of these
# can be installed with Conda, but since none of them have an annoying
# compiled component we just installed them with Pip.
Expand Down