M
M
Mikhail Enikeev2016-10-19 20:04:07
Python
Mikhail Enikeev, 2016-10-19 20:04:07

How to use PIP on hosting?

Hello everyone, I'm new to this business .... help me understand I have a python script on the hosting through crontab that should run at a certain time! cron starts up but there are logs that there is no Eventlet library .... they told me what can be used to install this library, but also others, too, using the pip package manager, so the question is how to use it and install this library on hosting?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Ukolov, 2016-10-19
@alexey-m-ukolov

If we are talking about shared hosting (that is, you cannot connect to the server via ssh with root rights), then the only way to change something there is to contact those. support. But there is a rather big chance that they won't do anything in support - hosting works on the principle "it works - don't touch it", and those who need such subtleties use VPS.

S
sim3x, 2016-10-19
@sim3x

Connect via ssh to the hosting and install the package

V
Viktor Usachov, 2016-10-20
@victor_usachev

pip is a package manager for python, the installation of the eventlet package is done by the command in the terminal:
If this is a shared hosting, then contact technical support, maybe they will install it.
In the case of VPS, everything is simpler, there are a lot of manuals on the Internet, and often it is cheaper than any AWS, Heroku, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question