I’m looking for help on how to handle a user upgrading your python app. This is for linux systems specifically.
I read it is suggested to create a separate file, ie upgrade.py, that downloads and handles the upgrade process that your main application runs as a subprocess.
However, what happens when your upgrade.py needs to be updated as well?
Anyone willing to share what this process looks like that have done it before?
submitted by /u/oceanave84
[link] [comments]
r/learnpython I’m looking for help on how to handle a user upgrading your python app. This is for linux systems specifically. I read it is suggested to create a separate file, ie upgrade.py, that downloads and handles the upgrade process that your main application runs as a subprocess. However, what happens when your upgrade.py needs to be updated as well? Anyone willing to share what this process looks like that have done it before? submitted by /u/oceanave84 [link] [comments]
I’m looking for help on how to handle a user upgrading your python app. This is for linux systems specifically.
I read it is suggested to create a separate file, ie upgrade.py, that downloads and handles the upgrade process that your main application runs as a subprocess.
However, what happens when your upgrade.py needs to be updated as well?
Anyone willing to share what this process looks like that have done it before?
submitted by /u/oceanave84
[link] [comments]