Incorrect PATH set by OCI CLI installer in Windows 11
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
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.
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.
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.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100