[Tutor] How to unpack python-dateutil-2.0.tar.gz

Prasad, Ramit ramit.prasad at jpmorgan.com
Fri Oct 19 18:12:20 CEST 2012


eryksun wrote:
> On Thu, Oct 18, 2012 at 8:01 PM, Richard D. Moores <rdmoores at gmail.com> wrote:
> >
> > Python 3.2.3 64 bit
> > MS Windows 7 Home Premium 64-bit SP1
> > ....
> > have forgotten how to unpack a .tar.gz file. Please remind me.
> 
>     shutil.unpack_archive(filename, extract_dir, 'gztar')
> 
> http://docs.python.org/release/3.2.3/library/shutil.html#shutil.unpack_archive

Neat! I usually just use `tar xzvf filename.tar.gz`.

Ramit


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  


More information about the Tutor mailing list