Guest User

Untitled

a guest
Jun 7th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. shashank@Shashank-PC:~/Desktop/GSoC/Untitled Folder/HDMI2USB-mode-switch-cleanup$ make
  2. wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
  3. --2016-06-07 12:51:36-- https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
  4. Resolving repo.continuum.io (repo.continuum.io)... 54.225.73.227, 54.225.223.165, 54.243.146.205
  5. Connecting to repo.continuum.io (repo.continuum.io)|54.225.73.227|:443... connected.
  6. HTTP request sent, awaiting response... 200 OK
  7. Length: 32912085 (31M) [application/octet-stream]
  8. Saving to: ‘Miniconda3-latest-Linux-x86_64.sh’
  9.  
  10. Miniconda3-latest-Linux-x86_64.sh 100%[=====================================================================>] 31.39M 250KB/s in 2m 38s
  11.  
  12. 2016-06-07 12:54:18 (203 KB/s) - ‘Miniconda3-latest-Linux-x86_64.sh’ saved [32912085/32912085]
  13.  
  14. chmod a+x Miniconda3-latest-Linux-x86_64.sh
  15. ./Miniconda3-latest-Linux-x86_64.sh -p conda -b
  16. PREFIX=/home/shashank/Desktop/GSoC/Untitled Folder/HDMI2USB-mode-switch-cleanup/conda
  17. installing: _cache-0.0-py35_x0 ...
  18. tar (child): /home/shashank/Desktop/GSoC/Untitled: Cannot read: Is a directory
  19. tar (child): At beginning of tape, quitting now
  20. tar (child): Error is not recoverable: exiting now
  21.  
  22. bzip2: Compressed file ends unexpectedly;
  23. perhaps it is corrupted? *Possible* reason follows.
  24. bzip2: Inappropriate ioctl for device
  25. Input file = (stdin), output file = (stdout)
  26.  
  27. It is possible that the compressed file(s) have become corrupted.
  28. You can use the -tvv option to test integrity of such files.
  29.  
  30. You can use the `bzip2recover' program to attempt to recover
  31. data from undamaged sections of corrupted files.
  32.  
  33. tar: Child returned status 2
  34. tar: Error is not recoverable: exiting now
  35. Makefile:5: recipe for target 'conda' failed
  36. make: *** [conda] Error 1
Add Comment
Please, Sign In to add comment