tadzik / rakudobrew

Perl 6 installation manager
MIT License
185 stars 42 forks source link

*Nix instructions do not set persistent PATH variable #115

Open enfrte opened 7 years ago

enfrte commented 7 years ago

Hi, Using the current *nix instructions, setting the PATH variable like so export PATH=~/.rakudobrew/bin:$PATH, does not set it persistently (at least not for Ubuntu 16.04.2 LTS).

On the rakudo.org site, the instructions work as expected echo 'export PATH=~/.rakudobrew/bin:$PATH' >> ~/.bashrc and source ~/.bashrc

Thanks.