Code for IBM i and BOB integration - PATH problem #1088
beckhamrryyaann
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @beckhamrryyaann! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to integrate Code for IBM i with BOB. I am developing locally and have my action created to "deploy and build".
When I try to run the action, I get an error saying in Code for IBM i output:
It looks like /QOpenSys/pkgs/bin/ is not currently in your system PATH. This means that programs and tools installed in this directory may not be easily accessible from the command line.
My profile is using the bash shell, I have the /QOpenSys/pkgs/bin/ in my path in the .bash_profile file. I can run the makei build command from the pase command line with no problem. But I cannot run it inside "Code for IBM i".
Here is my PATH from the pase terminal inside vs code
I am not sure what to try next? I had trouble with this with the last project I created using BOB and code for IBM i but i just used the command line to build. But I would really like to start using the actions inside vs code so it will be easier on the other developers who are not as familiar with these more modern ways.
Ryan
Beta Was this translation helpful? Give feedback.
All reactions