Skip to content

Tag: centos

issue on import psutil inside python script

i’m not able to import psutil inside my scripts. But the library is installed on my machine. my library is inside this directory, on which there is also simplejson library: But if i create a script for example this: i get this errors: UPDATE launching pip install psutil i got this: Any ideas on how to r…

Bash Brace Expansion in Systemd ExecStart

The following test is in CentOS 7.1. Create the following file test.service in /usr/lib/systemd/system/ and execute systemctl daemon-reload; systemctl restart test; systemctl status test -l There is no output of the value as the ${a} does not substitute as the word hello world, until it is changed echo ${a} i…

Setup Jupyter inside Fusion’s CentOS 7

I am trying to install Jupyter inside CentOS 7 VM (that I already had) so I can access it via port 8888 at my host Mac laptop. However, I cannot figure out the networking piece. I am changing the IP address to 200.100.x.x for convenience From Host Machine I have 2 adapters for that CentOS VM $ ifconfig gives …