Auto python env
This commit is contained in:
parent
30cf64adc7
commit
405838d4f8
|
@ -26,5 +26,11 @@ export WINEDEBUG=-all
|
|||
# for rust
|
||||
export RUST_BACKTRACE=full
|
||||
|
||||
# for python
|
||||
if [ -d $HOME/.venv ]; then
|
||||
export PATH=$HOME/.venv/bin:$PATH
|
||||
export VIRTUAL_ENV=$HOME/.venv
|
||||
fi
|
||||
|
||||
export TERM=xterm-256color
|
||||
export REPORTTIME=5
|
||||
|
|
Loading…
Reference in New Issue