"Installing cardano-node" added Environment Variables out of order. Problem?

i am running Kali on VirtualBox :
lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2021.3
Codename: kali-rolling

i am quite sure all steps were followed correctly, except the steps
involving adding environment variables to my shell profile.

firstly, i was not familiar with what adding environment variables meant.
so i regrettably added the total of three environment
variables to my .bashrc file at the end of the tutorial. this leads me
to my first question for the forum : "does adding these environment variables
out of order break the installation process of cardano? my guess
is that the first two environment variables :

export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"

need to be loaded onto the correct profile file, prior to building cabal…
if so, do i go ahead and rebuild cabal? any thoughts?

my next and hopefully last mistake was that i am running zsh, and not bash.
i have gone ahead and added the environment variables to both the .bashrc file
and the .zshrc file. does anybody see anything wrong with this? please let me know!

thank you so much! hopefully this makes sense to somebody out there.
ttys!

Hi ji.logico,

Can you give some background on this node? What instructions are you following to set up (CoinCashew or CNtools)? What step is it that you are having issues with and what are the errors it is showing?