どうやらこういう時は
sudo pip installすればいいようす。neovim
で、
自分が使ってるプラグインは問題なく動いているみたいで全く不満なしですね。もう乗り換えちゃいます。
https://github.com/benekastah/
がおすすめです。
:
sudo pip installすればいいようす。neovim
$ find /usr/include/ -name stdio.h
とコマンドの後にスペースを二つ入れてコマンドを実行するとヒストリに$ find /usr/icclude/ -nmme stdio.h
と保存されてしまう。実行環境 | 結果(秒) |
---|---|
python | 0.42981 |
pypy | 0.01856 |
booi-0.9.5.1 | 0.00801 |
booc-0.9.5.1 | 0.00901 |
booi-0.9.7.0 | 0.00801 |
booc-0.9.7.0 | 0.00801 |
実行環境 | 結果(秒) |
---|---|
python | 0.07578 |
pypy | 0.01522 |
booi-0.9.5.1 | 0.04145 |
booc-0.9.5.1 | 0.00784 |
booi-0.9.7.0 | 0.00817 |
booc-0.9.7.0 | 0.00784 |
MONO_PATH
Provides a search path to the runtime where to look for library
files. This is a tool convenient for debugging applications, but
should not be used by deployed applications as it breaks the assembly
loader in subtle ways.
Directories are separated by the platform path separator (colons on unix). Example:
/home/username/lib:/usr/local/mono/lib
Alternative solutions to MONO_PATH include: installing libraries into
the Global Assembly Cache (see gacutil(1)) or having the dependent
libraries side-by-side with the main executable.
For a complete description of recommended practices for application
deployment, see
http://www.mono-project.com/Guidelines:Application_Deployment
LinuxなどではLD_LIBRARY_PATH同様':'区切りで列挙すればいい様子。
% uname -a
Linux nkmbp1 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
% python --version
Python 2.7.6
% mono --version
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
% pypy --version
Python 2.7.3 (2.2.1+dfsg-1, Nov 28 2013, 05:13:10)
[PyPy 2.2.1 with GCC 4.8.2]
実行時間の測定はtimeコマンドで実施。 boocの結果はコンパイル時間を含まず、実行時間のみ。python | 7.582 sec |
pypy | 1.600 sec |
booi | 4.784 sec |
booc | 0.909 sec |
python | 38.316 sec |
pypy | 1.266 sec |
booi | 1.022 sec |
booc | 0.538 sec |