New to Z

 View Only

 z/OS and possible activities on Skytap.

Jump to  Best Answer
SAUL MAURICIO CHAGOLLA HERREJON's profile image
SAUL MAURICIO CHAGOLLA HERREJON posted Sat March 15, 2025 11:31 AM

Is it possible to access other resources (e.g. install Python) using Skytap?

When starting the VM you have Firefox and Pcomm.

Do I have to ask for a permit to do so (e.g. install Python)?

Thank you very much for the information.

Nota:

Skytap is a cloud platform for performing activities on virtual machines.

Attachment  View in library
9.jpg 116 KB
Thomas    (Tom) Mertens's profile image
Thomas (Tom) Mertens  Best Answer

Saul, 

That is a great question you have, Let me know if one of these works please.

From my research it should be possible to install additional software like Python on a Skytap virtual machine (VM), but it depends on the VM's configuration and your user permissions. 

  1. User Permissions – If you have administrative rights on the VM, you should be able to install Python and other necessary tools without restrictions. If you are using a managed VM, you might need approval from your administrator.

  2. Internet Access – Some Skytap VMs may have restricted internet access, which can limit your ability to download and install software directly. If internet access is limited, you might need to manually upload the installation files.

  3. Company Policies – If you are using Skytap in a corporate or educational environment, there might be policies in place requiring approval before installing additional software. You may need to check with your IT department or administrator.

  4. Virtual Machine Image – If your VM was created from a template that lacks Python, you might have the option to install it manually or request an updated template with Python pre-installed.

How to Proceed:

  • Try opening a terminal or command prompt in the VM and attempt to install Python (sudo apt install python3 for Linux or downloading the installer for Windows).
  • If you encounter permission issues, check with your administrator.
  • If you lack internet access, consider uploading Python installation files manually.

I also found this:

Yes, it is possible to access other resources and install software like Python on Skytap. Skytap provides flexibility for users to manage their virtual environments, including the ability to install additional software.

To install Python or other software on a Skytap VM, you typically do not need special permission unless your organization has specific policies in place. You can use the available tools like Firefox to download installation packages or use command-line tools to install software directly.

For example, you can install Python using a package manager like apt on Ubuntu or yum on CentOS. Here are the basic commands:

  • On Ubuntu:

    sudo apt update sudo apt install python3
  • On CentOS:

    sudo yum install python3

If you encounter any issues or need specific permissions, it is best to consult with your organization's IT department or Skytap support.

SAUL MAURICIO CHAGOLLA HERREJON's profile image
SAUL MAURICIO CHAGOLLA HERREJON

Unfortunately it is not possible to install programs (paths and folders do not have all the important binaries.).

I don't think it has a solution since Skytap is focused on education and for this reason each virtual image is built with certain functions.

For this reason, most of the dangerous binaries (sudo, su, pkg, yum, etc.) are not included.

Anyway... I learned something :-)