Skip to content

Tag: python-2.7

Problems changing Ansible_Python_Interpreter

How can I change my ansible_python_interpreter value on Ubuntu? I downloaded and installed Python 2.7.12 from tar, and now it’s running by default outside of Ansible But when I try to set the variable, Ansible shows that it’s still using that newer version of Python (I need to use this older versi…

ModuleNotFoundError: No module named ‘admin’

I have this new remote job, where I had to clone all the code from a repository, and I have to make an export of the database from MySQL hosted in RDS. The first problem is that when I set up the configuration to start the app, it raise an error telling me this: Run Configuration Error: Broken configuration d…

Python code for finding top 5 processes using cpu

I am new to python and I have a simple problem of finding the top processes using the CPU. I was able to do it in shell using ps and sort. I have checked few but links but it do not help partly because the function is defined as below, ps_input will be something like below, Can someone help me