In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Deploy readthedocs private document libraries
[TOC]
1. Running environment: OS: CentOS Linux release 7.6.1810 (Core) 2. Install python virtual environment virtualenv
Use Ali Yum source to install, very fast, configuration method
Pypi
Configuration method
In the file
~ / .pip/pip.conf
Add or modify:
[global] index-url = https://mirrors.aliyun.com/pypi/simple/[install]trusted-host=mirrors.aliyun.com
Install virtualenv
Pip install virtualenv III. Install python3
Download the python3 file
Wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgztar-xvf Python-3.8.0.tgzcd Python-3.8.0
Install compilation related tools
Yum-y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-develyum install libffi-devel-y
Compilation and installation
. / configure-- prefix=/usr/local/python3make & & make altinstall
Create a soft connection
Ln-s / usr/local/python3/bin/python3.8 / usr/local/bin/python3ln-s / usr/local/python3/bin/pip3.8 / usr/local/bin/pip3
Verification
Python3-Vpip3-V IV. Use virtualenv to create a virtual environment virtualenv-p / usr/local/bin/python3 / app/py3envsource / app/py3env/bin/activate reference https://abnerzhao.com/2017/10/14/quickstart-wiki/https://www.jianshu.com/p/78e9e1b8553ahttps://i4t.com/3587.htmlhttps://www.xncoding.com/2017/01/22/fullstack/readthedoc.html
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.