
Followers
0
Following
0
Joined
Last Online
-
-
BennyPearce14
Is there any way to actually unzip the tar file using shellista? Having trouble doing this for any package I download
-
BennyPearce14
I'm having an issue trying to install scipy on pythonista. I've used pipista to download the scipy.tar.gz file and have tried using shellista to unzip it to then import it however when I try the command: gunzip('scipy-0.16.0.tar.gz') the console returns file not found but there is clearly a file there with this name as when I try the ls command the file is visible. Any thoughts on how to fix this would be much appreciated!