User Tools

Site Tools


vm:changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
vm:changelog [2018/09/24 12:56] borjavm:changelog [2019/09/24 17:07] borja
Line 1: Line 1:
 ===== VM Changelog ===== ===== VM Changelog =====
 +
 +==== 201920.1 ====
 +
 +**Date**: September 24, 2019
 +
 +Updated click and the CS setup script:
 +
 +  sudo -H pip3 install click uchicago_cs_setup_script --upgrade
 +
 +==== 201920.1-rc1 ====
 +
 +**Date**: September 23, 2019
 +
 +Updated existing software:
 +
 +  sudo apt update
 +  sudo apt dist-upgrade -u
 +  sudo apt autoremove
 +
 +Updated VirtualBox Guest Additions to version 5.2.18 (VirtualBox "Devices" menu -> Insert Guest Additions CD image)
 +
 +Updated ''pip'' and ''setuptools'':
 +
 +  sudo -H pip3 install setuptools pip --upgrade
 +
 +Updated chisubmit:
 +
 +  sudo -H pip3 install chisubmit --upgrade
 +
 +Updated software used in CMSC 12100:
 +
 +  sudo -H pip3 install --upgrade pandas numpy scipy matplotlib jupyter ipython emoji tabulate twitter cairocffi pygraphviz networkx pydot_ng pydot sklearn pylint
 +
 +
 +==== 201819.2 ====
 +
 +**Date**: January 5, 2019
 +
 +Remove imagemagick package, which usually causes issues in CS 121 (because of its ''import'' command):
 +
 +    sudo apt remove imagemagick
 +
 +Install CMake and traceroute:
 +
 +    sudo apt install cmake traceroute
 +
 +Install clang:
 +
 +    wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
 +    sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
 +    sudo apt update
 +    sudo apt install clang-7 clang-format-7 clang-tidy-7
 +
 +==== 201819.1 ====
 +
 +**Date**: September 26, 2018
 +
 +Upgrade the UChicago CS Setup Script:
 +
 +  sudo -H pip3 install uchicago-cs-setup-script --upgrade
 +
 +Removed user-local Python packages and executables that seemed to have been installed a long time ago, and which would likely conflict with system-wide packages.
 +
 +  rm -rf .local/lib/python3.5/
 +  rm -rf .local/bin/
  
 ==== 201819.1-rc2 ==== ==== 201819.1-rc2 ====
Line 28: Line 93:
  
   sudo pip3 install pylint   sudo pip3 install pylint
 +
 +Added the following to ''clean-vm.sh'' to clear caches and reduce VM image size:
 +
 +  echo "Clearing caches..."
 +  apt clean
 +  rm -rf ~student/.cache
 +  rm -rf /root/.cache
 +
  
  
/var/lib/dokuwiki/data/pages/vm/changelog.txt · Last modified: 2022/05/12 08:56 by borja

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki