mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 10:12:28 +00:00
[shell-common] Poetry to setup envs in projects
This commit is contained in:
@@ -24,6 +24,9 @@ if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then
|
|||||||
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
|
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Python stuff
|
||||||
|
export POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||||
|
|
||||||
# Rust stuff
|
# Rust stuff
|
||||||
if [ -f $HOME/.cargo/env ]; then
|
if [ -f $HOME/.cargo/env ]; then
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
|
|||||||
Reference in New Issue
Block a user