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
I wanted my config and key files to live in the directory where I created my virtualenv, instead of in ~/.oci (so that I could experiment in a directory instead of writing more global state). When asked for my key directory I typed . for the current directory. Now when I run oci form a different directory I get configuration failures and my commands don't work, eg: IOError: [Errno 2] No such file or directory: './iad_key.pem'
It would be great for the setup process to always expand the full path of the key file when it writes the config setting.
The text was updated successfully, but these errors were encountered:
I wanted my config and key files to live in the directory where I created my virtualenv, instead of in ~/.oci (so that I could experiment in a directory instead of writing more global state). When asked for my key directory I typed
.
for the current directory. Now when I runoci
form a different directory I get configuration failures and my commands don't work, eg:IOError: [Errno 2] No such file or directory: './iad_key.pem'
It would be great for the setup process to always expand the full path of the key file when it writes the config setting.
The text was updated successfully, but these errors were encountered: