I am using the Ultimate Django Installation Guide on ubuntu and ironically needs something more specific because I cannot get it to work.
(I followed the steps above at the link above)
Here is my situation / stop:
drewverlee@ubuntu :/var/src$ tar xzvf Django-1.3.1.tar.gz tar (child): Django-1.3.1.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
So this tells me that there is no Django-1.3.1.tar.gz file? I think I can check the file with us:
drewverlee@ubuntu :/var/src$ ls index.html index.html.1 drewverlee@ubuntu :/var/src$
What do I need to do?
source share