Last update at :2024-04-30,Edit by888u
1. Install possible dependencies
yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel yum -y install gcc automake autoconf libtool make yum install gcc gcc-c++ yum -y install readline-devel yum groupinstall 'Development Tools'2. Install Python3.5.2
wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz tar -zxvf Python-3.5.2.tgz cdPython-3.5.2 mkdir /usr/local/python3.5.2 ./configure --prefix=/usr/local/python3.5.2 make && make install mv /usr/bin/python /usr/bin/python2.7 ln -s /usr/local/python3.5.2/bin/python3.5 /usr/bin/pythonIf mv /usr/bin/python /usr/bin/python2.7 prompts that the files are the same, execute
rm -rf /usr/bin/pythonThen
ln -s /usr/local/python3.5.2/bin/python3.5 /usr/bin/python3.
vi /usr/bin/yumChange the python version specified in the first line to python2.7 (#!/usr/bin/python to #!/usr/bin/python2.7)
vi /usr/libexec/urlgrabber-ext-downChange the python version specified in the first line to python2.7 (#!/usr/bin/python to #!/usr/bin/python2.7)
The above will successfully install Python3.5.2.
4. Install gohttps://who.edu.pl/10693.html
5. Install sanicpython -m pip install sanic
python -m pip install aiocachepython -m pip install sanic_sessionpython -m pip install jinja2python -m pip install motorpython -m pip install async_timeoutpython -m pip install arrowpython -m pip install vlooppython -m pip install python -m pip install python - m pip install
python server.py
6. Install Seleniumwget https://bootstrap.pypa.io/get-pip.pypython get-pip.pypip install -U selenium
Recommended site search: European server, server rental US high defense, foreign php host, free ip proxy, free US host, registration, independent ip space, agency registration, station group server rental, website registration price,
发表评论