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:55] borjavm:changelog [2018/09/26 18:35] borja
Line 1: Line 1:
 ===== VM Changelog ===== ===== VM Changelog =====
 +
 +==== 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 19: Line 32:
   sudo apt-get update   sudo apt-get update
   sudo apt-get install sublime-text   sudo apt-get install sublime-text
 +  # Add 'rm -rf ~student/.config/sublime-text-3' to /root/clean-vm.sh
  
 Added PyCharm: Added PyCharm:
Line 27: Line 41:
  
   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