FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix CYCLONEDDS_HOME path export by kyavuzkurt · Pull Request #109 · unitreerobotics/unitree_sdk2_python · GitHub

Fix CYCLONEDDS_HOME path export - #109

Open
kyavuzkurt wants to merge 1 commit into
unitreerobotics:masterfrom
kyavuzkurt:master
Open

kyavuzkurt wants to merge 1 commit into
unitreerobotics:masterfrom
kyavuzkurt:master

Conversation

Copy link
Copy Markdown

Replaced export CYCLONEDDS_HOME="~/cyclonedds/install" with
export CYCLONEDDS_HOME=$HOME/cyclonedds/install on README.md

The tilde (~) is not expanded by export when quoted, which causes the variable to point to the literal string ~/cyclonedds/install instead of the user’s home directory. Using $HOME ensures the path resolves correctly across shells.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL