standardize virtualenv location
This commit is contained in:
parent
db6faa3e7b
commit
3b871e98ab
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
PYENV_DIR="${PYENVS_HOME:-${XDG_DATA_HOME:-$HOME/.local/share}/pyenvs}"
|
||||
PYENV_DIR="${PYENVS_HOME:-${XDG_DATA_HOME:-$HOME/.local/share}/virtualenv}"
|
||||
function chpwd_activate(){
|
||||
for pydir in $(ls $PYENV_DIR); do
|
||||
if [[ $(pwd|sed -e s@/@_@g) =~ "^$pydir" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue