-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can we change the running command ? #489
Comments
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section. Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion. |
also how can we change temporary directory to root directory while running exe ? |
You can use
The temporary folder is deleted when the application is closed
The executable functions exactly as if you were to run the Python script you gave it. If you want it to do anything extra, make the Python script do it and then package that. |
sorry for late reply --build-directory-override i didnt see any setting inside auto-py-to-exe // may be if i am not wrong u mention it for only building app i mean like when the app run after build it keep extract its internal files on temporary c drive like everytime u run .exe it keep create temporary store that will slow c drive also many face less storage (single executable build) |
Packaging your application will make it work the same as doing |
i guess u are right one file always has some issue rather using multi build work great but having --build directory override also good >.</ thanks alot |
is their a way to change runtime directory cause exe run always store temp in temporary folder and c drive many time slower then other drive like i have many ssd i dont want c drive to load more junk also is their a way to change command line like python run panda i want to change uvicorn run etc
The text was updated successfully, but these errors were encountered: