dockerised tests
This commit is contained in:
7
bash/.bashrc
Normal file
7
bash/.bashrc
Normal file
@@ -0,0 +1,7 @@
|
||||
# pyenv
|
||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
# poetry
|
||||
export PATH="$HOME/.poetry/bin:$PATH"
|
||||
Reference in New Issue
Block a user