Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 2
    At the point where you use cleartool setview in your .cshrc please add echo "$PATH". Repeat this in the shell when the command works for you. Report both in your question. I expect that the $PATH has not been fully set at the point you try to use the command in your initialisation script Commented Jun 5, 2024 at 20:24
  • @ChrisDavies what do you mean by 'when the command works for you'? Commented Jun 5, 2024 at 20:46
  • @ChrisDavies I was able to get it working by adding a line to my script that adds cleartool to my C shell path. for some reason I'm the only person on my team with this issue, is there a way to permanent amend the C shell path so I don't need this line? Commented Jun 5, 2024 at 21:08
  • What did you do in your script to add this missing directory to your $PATH? Commented Jun 5, 2024 at 21:42
  • @ChrisDavies setenv PATH $PATH\:/opt/rational/clearcase/bin Commented Jun 11, 2024 at 18:08