私は自分のマシンにxmonadをインストールしようとしていますが、この時点で手順(http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_on_Apple_OSX#Installing_xmonad)にいます。
2.2 Configuring Your .profile
Insert the following into your ~/.profile
export PATH=$PATH:~/.cabal/bin:/usr/local/bin
export USERWM=`which xmonad`
Much of this isn't needed until later, but it's good to get it out the way now.
2.2.1 Installing Cabal
私は何が起こっているのか理解してexport PATH=$PATH:~/.cabal/bin:/usr/local/bin
いますが、誰かが説明してもらえますか1. USERWMグローバル変数とは何か、そしてそれに割り当てられることを正確に意味するものは何ですか?(私は「どのxmonad」が文字通り意味されていないと仮定しています)。xmonadのバージョン番号ですか?他に何かありますか?