You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I am a noob dev, wanting to create an app using the RenderCV's engine under the hood. Of course I'm using AI to help me with the process, and I am also trying to go through the documentation by myself as well.
I am using the subprocess module to run the CLI command to generate the YAML. Since I'll be deploying this, I need a way to store this YAML file to a temp directory (for this, I am using the tempfile module). But, I cannot find any command to define the path of the YAML file. Any way to achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I am a noob dev, wanting to create an app using the RenderCV's engine under the hood. Of course I'm using AI to help me with the process, and I am also trying to go through the documentation by myself as well.
I am using the
subprocessmodule to run the CLI command to generate the YAML. Since I'll be deploying this, I need a way to store this YAML file to a temp directory (for this, I am using thetempfilemodule). But, I cannot find any command to define the path of the YAML file. Any way to achieve this?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions