Explain how to setup PATH during installation of Polykey #64
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
r&d:polykey:supporting activity
Supporting core activity
Procedural Documentation Tasks
Comment: This should be less of an issue now since we are also providing the npm install method which should bypass many of the PATH related configuration complications use can experience. However, even for this method, there's configuration requirements for npm that users must have already setup for the global install method to be seamless.
Describe the bug
While following the guide for installing Polykey on Bash terminal, I was running into an issue with @CryptoTotalWar where the path wasn't being found for the install, leading to the executable not being able to be started just by typing 'polykey' into the terminal.
To Reproduce
Expected behavior
Polykey should be added as a path, then should be able to be used as a command in the terminal.
Screenshots
Platform (please complete the following information)
Additional context
Problem was fixed once I edited the path command to this instead of what was there:
echo 'export PATH=~/downloads/polykey:$PATH' >> ~/.bashrc && source ~/.bashrc
Notify maintainers
The text was updated successfully, but these errors were encountered: