This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@precise64:~/devstack$ cd /opt/stack/nova | |
vagrant@precise64:/opt/stack/nova$ tox | |
GLOB sdist-make: /opt/stack/nova/setup.py | |
py26 create: /opt/stack/nova/.tox/py26 | |
ERROR: InterpreterNotFound: python2.6 | |
py27 create: /opt/stack/nova/.tox/py27 | |
py27 installdeps: -r/opt/stack/nova/tools/pip-requires, -r/opt/stack/nova/tools/test-requires | |
py27 inst: /opt/stack/nova/.tox/dist/nova-2013.2.a28.ga92b7c8.zip | |
py27 runtests: commands[0] | |
py27 runtests: commands[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scriptencoding utf-8 | |
call plug#begin('~/.config/nvim/plugged') | |
Plug 'fatih/vim-go', { 'for': 'go', 'do': ':GoUpdateBinaries'} | |
call plug#end() | |
set laststatus=2 | |
set statusline= | |
set statusline+=\ %{go#statusline#Show()} | |
set statusline+=\ %{go#complete#GetInfo()} | |
" set statusline+=\ %{GoStatus()} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd" : "resources/app/main.js --port\\=30000 --headless --noupdate --dataPath\\=/data", | |
"cpu_priority" : 50, | |
"enable_publish_all_ports" : false, | |
"enable_restart_policy" : true, | |
"enabled" : false, | |
"env_variables" : [ | |
{ | |
"key" : "PATH", | |
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |