Skip to main content

Python install on z/OS (unpack step)

  • May 27, 2020
  • 4 replies
  • 0 views

Hi,

I try installing Python 2.7.13 and Python 3.6.1 for z/OS, previous to this I downloaded and installed gzip, perl, and bash, all without any issues.

When I enter the following command in the unpack step, I can not get any results.

/python/gzip/rsusr/rocket/bin/gzip -d -c /python/python-2017-04-12-py27.tar.gz | tar xoUXf -

Thanks.
Omer

4 replies

Alexander Klochkov
Forum|alt.badge.img+1

Hi,

I try installing Python 2.7.13 and Python 3.6.1 for z/OS, previous to this I downloaded and installed gzip, perl, and bash, all without any issues.

When I enter the following command in the unpack step, I can not get any results.

/python/gzip/rsusr/rocket/bin/gzip -d -c /python/python-2017-04-12-py27.tar.gz | tar xoUXf -

Thanks.
Omer

Hi omerdeliballi,

As option you can try to use these commands separately:
gzip -d python-2017-04-12-py27.tar.gz
tar -xoUXf python-2017-04-12-py27.tar

BTW, we recommend to use ssh terminal for USS e.g. PuTTY, not omvs.

Thanks,
Alexander


  • 0 replies
  • June 1, 2020

Hi omerdeliballi,

As option you can try to use these commands separately:
gzip -d python-2017-04-12-py27.tar.gz
tar -xoUXf python-2017-04-12-py27.tar

BTW, we recommend to use ssh terminal for USS e.g. PuTTY, not omvs.

Thanks,
Alexander

Hi ,

Thanks for your answer, Alexander. It happened when you run it separately.

Thanks.


Vladimir Ein
Forum|alt.badge.img+1
  • Rocketeer
  • 110 replies
  • June 15, 2020

Hi,

I try installing Python 2.7.13 and Python 3.6.1 for z/OS, previous to this I downloaded and installed gzip, perl, and bash, all without any issues.

When I enter the following command in the unpack step, I can not get any results.

/python/gzip/rsusr/rocket/bin/gzip -d -c /python/python-2017-04-12-py27.tar.gz | tar xoUXf -

Thanks.
Omer

Hello Omer,

Just to clarify, were you able to install Python, or did the command sequence fail just the same?

Thanks,
Vladimir


  • 0 replies
  • June 18, 2020

Hi,

I try installing Python 2.7.13 and Python 3.6.1 for z/OS, previous to this I downloaded and installed gzip, perl, and bash, all without any issues.

When I enter the following command in the unpack step, I can not get any results.

/python/gzip/rsusr/rocket/bin/gzip -d -c /python/python-2017-04-12-py27.tar.gz | tar xoUXf -

Thanks.
Omer

Hi Vladimir,

I was able to install Python.
I ran these commands separately.;

gzip -d python-2017-04-12-py27.tar.gz
tar -xoUXf python-2017-04-12-py27.tar

Thanks,
Omer