mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 01:32:30 +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
|
||||
fi
|
||||
|
||||
# Python stuff
|
||||
export POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||
|
||||
# Rust stuff
|
||||
if [ -f $HOME/.cargo/env ]; then
|
||||
source $HOME/.cargo/env
|
||||
|
||||
Reference in New Issue
Block a user