JumpIn-Git
JumpIn-Git
> Since then we also added the `perSystem` module argument that filters the flake input packages by the target system. > > Eg: > > { perSystem, ... }: >...
you could try wsl
example themes can be found at https://github.com/Skxxtz/sherlock/tree/main/themes
this doesnt have to do with thefuck.... thats just how pip works now you will get this error with any pip package you need to make a venv
just make a venv... ``` python -m venv --system-site-packages --upgrade-deps ~/.venv ``` and add `source ~/.venv/bin/activate`, file name of activate will differ with your shell. restart shell and just run...
> just make a venv... > > ``` > python -m venv --system-site-packages --upgrade-deps ~/.venv > ``` > > and add `source ~/.venv/bin/activate`, file name of activate will differ with...
> @JumpIn-Git > > Thanks, but: > > * where does the `source` command go? In a .bashrc? > > * 'run the pip command' - which pip command? >...