feat(BASH): Golang and python

Golang local install and list needed libs by pyenv in README.md
This commit is contained in:
nikurasu 2024-01-24 22:39:47 +01:00
parent 6f7abe4640
commit 90d3adcd09
Signed by: Nikurasu
SSH Key Fingerprint: SHA256:8HN8IMITE0y9WhpIGWAsY2P2Hs08Rd5ksm/UXqEz2Do
2 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,11 @@ Copy it and rename it to .env.sh. Don't commit one with your environment variabl
## docker-compose-v1 compatibility
At some times some projects require the old docker-compose-v1 to be installed. I wrote the `docker-compose` file here to simply yeet all of that commands into the new `docker compose` command. Copy it somewhere into your path (maybe `/usr/local/bin`) to get it working.
## Python
### Install required libraries
#### Debian
`apt install libbz2-dev libncurses-dev libffi-dev libreadline-dev libsqlite3-dev tk-dev liblzma-dev`

View File

@ -13,6 +13,7 @@ export PATH=$BUN_INSTALL/bin:$PATH
ZVM_INSTALL="$HOME/.zvm/self"
PATH="$PATH:$HOME/.zvm/bin"
PATH="$PATH:$ZVM_INSTALL/"
PATH="$PATH:$HOME/.local/go/bin"
eval "$(pyenv init -)"
eval "$(starship init bash)"