夜分遅くに失礼いたします。お世話になります。
ActivityWatchというManicTimeのようなタイムトラッキングツールをDebian 10にインストールしようとしておりますけれども、
make build
を実行しましたら色々とエラーやパスが通ってないというメッセージが出てきました。たった今詰んでおりますのは、aw-serverというツールのパスを通せないことです。
bash
1The script aw-server is installed in '/home/yusuke/.local/bin' which is not on PATH. 2Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
と出てきましたので、ターミナルの別の端末を開いて
bash
1$ export aw-server="$PATH:/home/yusuke/.local/bin"
を実行しました。すると
bash
1bash: export: `aw-server=/home/yusuke/.config/nvm/versions/node/v12.13.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin/deja-dup:/snap/bin/slack:/home/yusuke/.local/bin': not a valid identifier
というエラーが出てきました。
どのようにすればnot a valid identifier
を出さずにパスを通せるのでしょうか。ご教授願ます。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2019/12/20 18:05