How to install setup.py program in linux

How to install setup.py program in linux

First execute the command:

[root@mini61 setuptools-8.2.1]# python setup.py build

Then execute the command:

[root@mini61 setuptools-8.2.1]# python setup.py install

Finish!

The above article on how to install the setup.py program in Linux is all I want to share with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Python build tool setup.py method usage example
  • How to install Python installation modules through setup.py (super simple)
  • How to install and uninstall Python packages using setup.py

<<:  MySQL 5.7.10 installation and configuration tutorial under Windows

>>:  Detailed explanation of JS WebSocket disconnection reasons and heartbeat mechanism

Recommend

Native JS to implement the aircraft war game

This article example shares the specific code of ...

MySQL database terminal - common operation command codes

Table of contents 1. Add users 2. Change the user...

MySQL 5.7.18 Archive compressed version installation tutorial

This article shares the specific method of instal...

Build a high-availability MySQL cluster with dual VIP

Table of contents 1. Project Description: 2. Proj...

HTML pop-up div is very useful to realize mobile centering

Copy code The code is as follows: <!DOCTYPE ht...

MySQL/MariaDB Root Password Reset Tutorial

Preface Forgotten passwords are a problem we ofte...

What are the image file formats and how to choose

1. Which three formats? They are: gif, jpg, and pn...

7 interesting ways to achieve hidden elements in CSS

Preface The similarities and differences between ...

How to use HTML 5 drag and drop API in Vue

The Drag and Drop API adds draggable elements to ...

Summary of MySQL Architecture Knowledge Points

1. Databases and database instances In the study ...

Realizing tree-shaped secondary tables based on angular

First look at the effect: Code: 1.html <div cl...

Simple implementation of html hiding scroll bar

1. HTML tags with attributes XML/HTML CodeCopy co...