Michael Heuberger
Michael Heuberger
btw also have this in my .zpreztorc ``` zstyle ':prezto:module:tmux:auto-start' remote 'yes' ``` is that a conflict?
``` ~ ❯❯❯ powerline-render tmux left zsh: /usr/local/bin/powerline-render: bad interpreter: /usr/local/opt/python/bin/python2.7: no such file or directory ~ ❯❯❯ powerline-render tmux right ✘ 127 zsh: /usr/local/bin/powerline-render: bad interpreter: /usr/local/opt/python/bin/python2.7: no such...
@BlitzKraft hmmm, a couple of things: - Error message says `bad interpreter` and says python 2.7 can't be found. Not the same what you are suggesting - How exactly would...
Well, I am managing my python versions with `pyenv` ``` ~ ❯❯❯ pyenv versions system * 3.7.3 (set by /Users/michael-heuberger/.pyenv/version) ``` And this confirms: ``` ~ ❯❯❯ python --version Python...
``` /Users/michael-heuberger/code/smx/smx3-ui/legacy ❯❯❯ command -v python ✘ 141 develop ✭ /Users/michael-heuberger/.pyenv/shims/python /Users/michael-heuberger/code/smx/smx3-ui/legacy ❯❯❯ type python develop ✭ python is /Users/michael-heuberger/.pyenv/shims/python python is /usr/local/bin/python python is /usr/bin/python ```
Btw, this is my task: ``` gulp.task('run', ['default', 'watch'], function() { var nodemon = require('gulp-nodemon'), spawn = require('child_process').spawn, bunyan nodemon({ script: paths.server, ext: 'js json', ignore: [ 'var/', 'node_modules/' ],...
To clarify, I do not want to install the gulp-standard package but to call it directly with `standard --verbose changedFile.js`
Oh, right, thanks for the reminder and for the links, I forgot about that. Using grid? I am not sure because I am going to insert that React element into...
i still experience this here - has this been solved yet?