Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev authored Dec 24, 2024
1 parent d23df56 commit 6217a0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Adding the following paths to your USER PATH variable in order to access the pye
[System.Environment]::SetEnvironmentVariable('path', $env:USERPROFILE + "\.pyenv-win-venv\bin;" + [System.Environment]::GetEnvironmentVariable('path', "User"),"User")
```

> [!NOTES] <br/>
> If you use another path other than `$HOME`, then add the project's `bin` folder to your corresponding USER PATH variable. <br/>
- **NOTES**: If you use another path other than `$HOME`, then add the project's `bin` folder to your corresponding USER PATH variable.

- For example, your `pyenv-win-venv` folder located in `D:\Applications\pyenv-win-venv`

Expand Down

0 comments on commit 6217a0f

Please sign in to comment.