File path of secret variables
How do we get the file path of a secret variable? I need to execute a command with a secret key in the shell.
Voters
How do we get the file path of a secret variable? I need to execute a command with a secret key in the shell.
its not in any 'path'. Replit detects your environment variables and defines them when you run them. When you are opening up the shell, or after the program exits, replit won't do that process automatically.
do it through some python function
I literally said you can't
@travelmail26