File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # PyCam lubuntu LTS 14.04 VirtualBox installer based on lubuntu-14.04.2-desktop-i386
2+ # lubuntu LTS 14.04 VirtualBox installer based on lubuntu-14.04.2-desktop-i386
3+ # computer name: crukci-training-vm; user: training; password: admin123
34
45sudo su -
56apt-get install gedit
@@ -16,14 +17,28 @@ apt-get install ncbi-blast+
1617cd /media/training/VBOXADDITIONS_4.3.26_98988
1718sudo ./VBoxLinuxAdditions.run
1819
20+ # To increase screen resolution
21+ # Start > Preferences > Additional Drivers: Using x86 virtualization solution... and click Apply Changes
22+ # Then Start > Preferences > Monitor Settings and select 1440x1050 and click Save and Apply
23+
1924pip install ipython[notebook]
2025
2126apt-get autoremove
2227apt-get clean
28+
29+
30+ adduser pycam # password: pycam123
31+
2332exit
2433
34+ # login as pycam --------------------------------------------------------------
35+
2536git clone https://github.com/pycam/python-intro.git course
2637
2738# Add ipython at startup from lubuntu menu do to...
2839# Preferences > Default applications for LXSession then tab Autostart and add:
29- # /usr/local/bin/ipython notebook --no-browser --port=8888 --ip=127.0.0.1 /home/training/course/
40+ # /usr/local/bin/ipython notebook --no-browser --port=8888 --ip=127.0.0.1 /home/pycam/course/
41+
42+ # Add bookmarks into firefox: (1) pycam.github.io (2) 127.0.0.1:8888
43+
44+
You can’t perform that action at this time.
0 commit comments