D
D
dzhikaev2015-07-16 12:29:26
Python
dzhikaev, 2015-07-16 12:29:26

How to install on Ubuntu via terminal setup.py?

I did not use Linux and it is difficult for me to understand how to install the program.
There is a program in a zip archive, I extracted it to the desktop in Ubuntu, but I don’t know how to install it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2015-07-16
@sim3x

it is not in cp

there is
$ aptitude search ansible
p   ansible                               - Configuration management, deployment, and task e
p   ansible-doc                           - Ansible documentation and examples              
p   ansible-fireball                      - Ansible fireball transport support              
p   ansible-node-fireball                 - Ansible fireball transport support for nodes

learn to use search

V
Valery Ryaboshapko, 2015-07-16
@valerium

No need to download archives and unpack, use a civilized package manager. I think it's called Software Center in Ubuntu.
If it's a Python module, then use pip. In the terminal, just type
But before that, you will need to install pip itself. To do this, type in the same place
If you need a third python, then like this:

sudo apt-get install python3-pip
sudo pip3 install my-module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question