のねのBlog

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

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

brew doctor warning PATHにSpaceがあるとき

VMwareFusionが入っているとき、PATHにスペースが含まれる。 そのため、以下のエラーがでるときがある。 #修正前 alias brew="env PATH=${PATH//$HOME\/\.pyenv\/shims:} brew" % brew doctor env: Fusion.app/Contents/Public:/Library/Apple/usr/bin: No s…

pyenv install 3.7.7

% pyenv global 3.7.7 pyenv: version `3.7.7' not installed homebrewなしで、入れて見る % pyenv install 3.7.7 /Users/m_fujii/.pyenv/plugins/python-build/bin/python-build: line 1541: brew: command not found /Users/m_fujii/.pyenv/plugins/python…

mac pyenv

% pyenv pyenv 1.2.17-2-ga8ca63fc Usage: pyenv <command> [<args>] Some useful pyenv commands are: --version Display the version of pyenv commands List all available pyenv commands exec Run an executable with the selected Python version global Set or show </args></command>…

mac pyenv install

% git clone https://github.com/pyenv/pyenv.git ~/.pyenv Cloning into '/Users/m_fujii/.pyenv'... remote: Enumerating objects: 17716, done. remote: Total 17716 (delta 0), reused 0 (delta 0), pack-reused 17716 Receiving objects: 100% (17716/1…

mac pyenv install

% git clone https://github.com/pyenv/pyenv.git ~/.pyenv Cloning into '/Users/m_fujii/.pyenv'... remote: Enumerating objects: 17716, done. remote: Total 17716 (delta 0), reused 0 (delta 0), pack-reused 17716 Receiving objects: 100% (17716/1…

mac python3 install

macにpython3を入れた。 www.python.org % cat .zprofile # Setting PATH for Python 3.7 # The original version is saved in .zprofile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}" export PATH code-graffiti.com % ls…

Log Folding@home Client

Folding@home Clientの動いているときのログ

folding@home covid19のタンパク質の解析用に、GPUパワーを提供

folding@homeのWindows10版とMac版を動かしてみた。 Mac版は、GPUを使ってくれないようなので、やめた。 Windows版は、GPUとCPUの両方がうごく。 Any Diseaseで動作させている。 プログラムの方のコントローラを使って操作している。 Webのコントロールは、…