排序
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...
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...
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...
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...
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...