Last active
January 25, 2025 06:16
-
-
Save pH-7/d835db621b58bda5be6405ae5b193048 to your computer and use it in GitHub Desktop.
Add Volta in your Linux/Mac ~/.zshrc or ~/.bashrc file - (not maintained anymore) New updates are now happening in https://github.com/pH-7/dotfiles/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To add in your ~/.zshrc or ~/.bashrc file | |
export VOLTA_HOME="$HOME/.volta" | |
export PATH="$VOLTA_HOME/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently, I got an issue when onboarding a colleague where Volta didn't add automatically to the bash configuration file (
.bashrc
) during the installation. You can then add it manually in your~/.zshrc
(if you use Zsh) or in~/.bashrc
if you use the normal default bash.