fish共5篇
Pytest Fish shell autocompletion-拾光赋

Pytest Fish shell autocompletion

Pytest Fish shell autocompletion, TL;DR https://github.com/ddoroshev/pytest.fish Typing repetitive commands or copying and pasting test names can eat up valuable time. To help, I'v...
kity的头像-拾光赋kity3个月前
03812
Integrating Python's Virtualenv with Fish shell Without Overcomplicated Frameworks-拾光赋

Integrating Python’s Virtualenv with Fish shell Without Overcomplicated Frameworks

Integrating Python's Virtualenv with Fish shell Without Overcomplicated Frameworks, Fish shell configuration (2 Part Series) 1 Integrating Python's Virtualenv with Fish shell Witho...
kity的头像-拾光赋kity2年前
0567
BrokePipeError in my fish-拾光赋

BrokePipeError in my fish

BrokePipeError in my fish, Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> (base) BrokenPipeError: [Errno 32] Broken pipe Enter full...
kity的头像-拾光赋kity2年前
03511
Grep with Head Line-拾光赋

Grep with Head Line

Grep with Head Line, No Head Line in grep search when I tried to find a process, I normally use ps with grep command. sh> ps aux | grep fish myoungj+ 695 0.0 0.0 88596 7000 tty2...
kity的头像-拾光赋kity3年前
04611
How I Python on macOS in 2020-拾光赋

How I Python on macOS in 2020

How I Python on macOS in 2020, TL;DR Use Homebrew for Python dependencies. Use pyenv for installing Python versions. Use virtualenvwrapper to create and manage Python virtual envir...
kity的头像-拾光赋kity5年前
02315