Skip to content
Discussion options

You must be logged in to vote

This is linux-behavior, variation #1766 #5099, others. Best guess the error in the script is not the export in the edited OP, but further up (wherever $PATH gets parsed). [Unintuitively enough, that export tmpnccfg looks okay, at least from here. The error described is not a valid identifier, and tmpnccfg is a valid identifier.]

If you bring it up in NCrystal-related forum, it is usually better to frame the ask in Linux terms instead of WSL. Looks like:

$ export MY_BIN="$HOME/My Things/bin"
$ mkdir -p "$MY_BIN"
$ export PATH=$PATH:$MY_BIN
$ # do NCrystal things

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nicriz
Comment options

Answer selected by nicriz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants