'How to deploy C# app(using python.net) without configuring python package environment?

I developed the app using c# and python.net. Now I wnat to deploy the app. However, I realized that I have to configure the same Python environment as the development environment on other computers.

Is there a way to deploy an app without configuring the Python environment using venv, etc.?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source