Deploying Phython Apps

Is it possible to deploy python apps running on linux using octopus?

Thanks in advance,
Sérgio

Found this interesting nugget. No pics, but reading the wall of text it was pretty straight forward.
https://www.linkedin.com/pulse/octopus-deploy-python-bruce-van-horn?articleId=6980875186061122022

Hi Thaddaeus,

Thanks for reaching out! Octopus can totally deploy Python apps to Linux! That link @Thaddaeus sent is a great read. Thanks for that! :slight_smile:

Our general rule of thumb is, if you can package it, you can deploy it. That article shows packaging the Python app into NuGet packages, but you can also use other supported package types. We also provide SSH connections as deployment targets.

Don’t hesitate to get back in touch if you have any further questions!

Kenny