mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-13 05:53:52 -05:00
~/.*rc should be modified instead of ~/.*profile
Otherwise, there's no effect for non-login interactive shells
This commit is contained in:
@@ -50,7 +50,7 @@ fi
|
||||
if [ -z "$print" ]; then
|
||||
case "$shell" in
|
||||
bash )
|
||||
profile='~/.bash_profile'
|
||||
profile='~/.bashrc'
|
||||
;;
|
||||
zsh )
|
||||
profile='~/.zshrc'
|
||||
|
||||
Reference in New Issue
Block a user