feat(BASH): Golang and python
Golang local install and list needed libs by pyenv in README.md
This commit is contained in:
parent
6f7abe4640
commit
90d3adcd09
2 changed files with 9 additions and 0 deletions
|
@ -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`
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue