I am trying to unzip a file here, but when I do "unzip blabla.zip"
it says, command not found, So, i tried doing "install-pkg unzip"
and then it says "unzip: command not found"
How can I unzip that file?
i think if you want to install. Use the shell. and do pip install. Or click the package icon, and choose your installation.
pip install
How to install linux packages?
I am trying to unzip a file here, but when I do "unzip blabla.zip"
it says, command not found, So, i tried doing "install-pkg unzip"
and then it says "unzip: command not found"
How can I unzip that file?
i think if you want to install. Use the shell. and do
pip install
. Or click the package icon, and choose your installation.