You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
My mac had a .profile config. After installing AVN a lot of my things in shell got broken, because AVN created a .bash-profile file that did not exist before.
This lead to my .profile not being loaded anymore, leading to my $PATH being incorrect, my aliases not being created.
I think AVN should append to .profile if it exists, because creating .bash_profile will make bash to not load .profile file, making other apps unusable in the same time
Details
avnavn --version: 0.2.3
nodenode --version 7.0.0
nvmnvm --version 0.32.1
nn --version not found
zshzsh --version 5.0.8
bashbash --version 3.2.57(1)
The text was updated successfully, but these errors were encountered:
Just copy the folowing line from ~/.bash_profile into ~/.bashrc if you're using linux.
[[ -s "$HOME/.avn/bin/avn.sh" ]] && source "$HOME/.avn/bin/avn.sh" # load avn
you can delete the ~/.bash_profile file afterwards on ubuntu / linux
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
My mac had a .profile config. After installing AVN a lot of my things in shell got broken, because AVN created a .bash-profile file that did not exist before.
This lead to my .profile not being loaded anymore, leading to my $PATH being incorrect, my aliases not being created.
I think AVN should append to .profile if it exists, because creating .bash_profile will make bash to not load .profile file, making other apps unusable in the same time
Details
avn --version
: 0.2.3node --version
7.0.0nvm --version
0.32.1n --version
not foundzsh --version
5.0.8bash --version
3.2.57(1)The text was updated successfully, but these errors were encountered: