私、プログラミング初心者でYouTube動画で勉強している者なのですが
PythonからのPandasの勉強をしていく流れで
Node.jsのターミナルの環境設定までは正常に設定できたのですが
その後
touch .zshrc
vi .zshrc
i
ESCキー
export PATH=$HOME/.nodebrew/current/bin:$PATH
:wq
ターミナルの環境設定でシェルのコマンドを実行をして
再起動してみると下記のようになってしまいました。
/Users/○○○○○○/.zshrc:4: command not found: pyenv
(eval):116: command not found: dirname
(eval):116: command not found: dirname
__add_sys_prefix_to_path:6: command not found: dirname
__add_sys_prefix_to_path:7: command not found: dirname
色々調べてみたのですが、
設定途中に突然
kite is an AI-powered programming assistant
that shows you the right information at the right time to keep you in the flow.
learn how to use Kite
Hide
Hide forever
Kite is now intergrated with Vim
の注意喚起らしきものが出てきて、Hideした後
export PATH=$HOME/.nodebrew/current/bin:$PATH
を何回も入力した事が原因と思われます。
とりあえず前回の環境設定にまで戻したいと思うのですが
何か方法はありますでしょうか?
ちなみにTimeMachineを設定しておらず復元ができないのです。
自分でも何が分からなくて何を質問しているのか不明なところばかりなのですが
何卒よろしくお願いします。
長文の質問失礼いたしました。
回答2件
あなたの回答
tips
プレビュー