A Blog on DevOps and Hybrid Cloud

Posts tagged with "python"

Creating a Python virtual environment

Tags: python

Published May 14, 2024, 5:58 a.m. by cloudblog

When you write Python applications, you will usually use packages and modules that are not included in the standard Python library. You may have Python applications that require a different version …

How to install python 3.8

Tags: python

Published May 14, 2024, 5:54 a.m. by cloudblog

[root@mcloudblog cloudblog]# vi /etc/sudoers
[root@mcloudblog cloudblog]#
[root@mcloudblog cloudblog]#
[root@mcloudblog cloudblog]# cat /etc/sudoers
## Sudoers allows particular users to run various commands as
## the root user, without needing the root …