I am attempting to set up vs code on my work computer. When I run
~/.bash_profile I get no such directory.
the ~/. works fine.
I am seeing an issue with bash_profile. Not sure how to fix it. I tried a couple of other pasts on stack overflow I found, but at this point do not want to do that anymore as I do not know fully know what is happening
/.bash_profile "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* I can set up vs code in my terminal without it, but the changes that I make will not save and vs code will not open code . . When I work from a new terminal.
nano ~/.bash_profile..bash_profile, you need to create it. There might also be.profile, this is the generic name of the startup script..bash_profileisn't a program you run with arguments. It's a shell startup script that's run automatically when you login. You edit it to change what happens when you login, for instance to initialize environment variables needed by programs.