のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2020-11-01から1ヶ月間の記事一覧

macでフォルダの比較

Macでフォルダの比較 VSCodeに、compare folderを入れてみた。 marketplace.visualstudio.com

mac afdko install "SyntaxError: invalid syntax"

Shell Scriptだと思ったら、Pythonでした。 % ./FinishInstallOSX [~/bin/FDK-25-MAC.b65322][master] File "./FinishInstallOSX", line 70 print "Adding a symbolic link from '%s' to the FDK directory %s." % (binPath, realPath) ^ 一行目をpython2に…

"could not read from remote repository push"

mac source tree "could not read from remote repository push" kiraba.jp

python debug modeで実行しているかどうか判断する方法

stackoverflow.com