Incorrect PATH set by OCI CLI installer in Windows 11
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Start by reproducing the OCI CLI installation on Windows 11 with both the default and a custom directory, then trace the installer’s PATH handling. Done means the system PATH contains the selected installation directory with correct Windows separators and no duplicated backslash.
Written by the indexing model from the issue text.
Description
OCI CLI installer in Windows 11 incorrectly sets system PATH using the double backslash in the directory path:
C:\Program Files (x86)\Oracle\oci_cli\
If to choose other directory during installation (e.g. C:\Oracle\oci_cli) the result is the same: the same incorrect directory C:\Program Files (x86)\Oracle\oci_cli\ in system PATH.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from oracle/oci-cli
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100