[shell-common] Poetry to setup envs in projects

This commit is contained in:
2025-03-13 14:16:07 +00:00
parent 4d54474715
commit fa28e3bb5e

View File

@@ -24,6 +24,9 @@ if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
fi
# Python stuff
export POETRY_VIRTUALENVS_IN_PROJECT=true
# Rust stuff
if [ -f $HOME/.cargo/env ]; then
source $HOME/.cargo/env