Skip to content

Commit

Permalink
Added cmd to patch venv on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Dec 11, 2024
1 parent 9c240a0 commit 9166724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Some pieces of code I find useful for some reason.
- `dpkg -s python3`, `dpkg -l | grep -Fi pyth`
- `comm <(echo -e 'common\nonlyleft') <(echo -e 'common\nonlyright') --total`
- `curl -fLO https://cdn1.suno.ai/my-song-id.mp3`
- `install -D <(echo -e '#!/bin/bash\nexec "$(realpath "$(dirname "$0")/../Scripts/python")" "$@"') venv/bin/python3`

```bash
install -m600 <(echo 'ACTION=="add", SUBSYSTEM=="pci",' \
Expand Down

0 comments on commit 9166724

Please sign in to comment.