安装rhel7

编程入门 行业动态 更新时间:2024-10-27 20:38:48

安装rhel7

安装rhel7

镜像地址(需要redhat账号):Red Hat Enterprise Linux Download | Red Hat Developer

一路安装

网络配置

vi /etc/sysconfig/network-scripts/ifcfg-eth0
input i
ONBOOT=yes
# 静态ip
IPADDR=10.0.99.158
NETMASK=255.255.0.0
GATEWAY=10.0.99.1
DNS1=8.8.8.8
DNS2=114.114.114.114

 重启网络

/etc/init.d/network restart

yum配置

mount /dev/sr0 /mnt
mount /dev/cdrom  /mnt
yum list

安装python

wget .7.6/Python-3.7.6.tar.xztar -xf Python-3.7.6.tar.xzcd Python-3.7.6./configure --prefix=/usr/local/python37make && make installln -s /usr/local/python37/bin/python3.6 /usr/bin/python3ln -s /usr/local/python37/bin/pip3.7 /usr/bin/pip3pip3 install --upgrade pippip3 install --upgrade setuptools# virtual environment

更多推荐

安装rhel7

本文发布于:2023-06-17 08:24:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/756068.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!