【Mac】 ApplePersistenceIgnoreState メッセージを消す方法
Mac では python プログラムを実行すると度々以下のようなメッセージが出ることがある。
ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to ....
特に問題ないメッセージだが、鬱陶しいので以下のコマンドを叩いて出力させないようにできる
defaults write org.python.python ApplePersistenceIgnoreState NO
この記事が気に入ったらサポートをしてみませんか?