We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ pak <name>
pak then:
executable bash <name>
But when changes are made on the PAV, they don't update the $PATH's executable.
There should be a dual persistence here in order to facilitate training environment for feature futures.
For now: a.) Write a utility script in /pakScripts that updates the executable in /usr/local/bin
The text was updated successfully, but these errors were encountered:
tburnam
No branches or pull requests
Reproduction steps:
pak then:
executable bash <name>
file in /pakScriptsexecutable bash <name>
in PAVexecutable bash <name>
file to /usr/local/binBut when changes are made on the PAV, they don't update the $PATH's executable.
Solution
There should be a dual persistence here in order to facilitate training environment for feature futures.
For now:
a.) Write a utility script in /pakScripts that updates the executable in /usr/local/bin
The text was updated successfully, but these errors were encountered: