If you’re testing anaconda and you want to get log and traceback manually but you don’t have ssh server to scp, you can try:
Switch to virtual terminal: ctl-alt-F2
Run cd /tmp ; python -m SimpleHTTPServer
Browse $IP:8000
If you’re testing anaconda and you want to get log and traceback manually but you don’t have ssh server to scp, you can try:
Switch to virtual terminal: ctl-alt-F2
Run cd /tmp ; python -m SimpleHTTPServer
Browse $IP:8000