This may be outside the scope of the question, but if your need is to deploy applications on servers with their dependencies, look at virtualization and linux containers.
This is the most commonly used solution to this problem and will work with any type of application (python or not), and it is lightweight (in most cases, the LXC performance is not noticeable, and highlighting applications is a BIG function).
Container dockers, in addition to being fashionable now, are a very convenient way to deploy applications without worrying about dependencies, etc.
The same goes for tramp development.
source share