Quantcast
Channel: Athmane Madjoudj blog
Viewing all articles
Browse latest Browse all 20

Getting anaconda log and traceback manually without scp

$
0
0

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

Viewing all articles
Browse latest Browse all 20

Trending Articles