Comment on How to add a directory to your PATHparentComments−rascul1y.bashrc gets run every time a shell startsProbably because it's sourced from your distro provided /etc/profile. Bash will only source .bashrc on its own in some cases.−t435621yIt seems to be for interactive shells. So I probably hit a problem while shelling out from my editor but potentially any IDE that has a command prompt will have trouble if it's trying to set environment variables.
Comments
Probably because it's sourced from your distro provided /etc/profile. Bash will only source .bashrc on its own in some cases.
It seems to be for interactive shells. So I probably hit a problem while shelling out from my editor but potentially any IDE that has a command prompt will have trouble if it's trying to set environment variables.