Skip to content

Commit e588eab

Browse files
author
bwanamarko
committed
another fix for msys users
* using lssitepackages * keep $site_packages in quotes in case of spaces
1 parent 33bef33 commit e588eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ function lssitepackages {
707707
virtualenvwrapper_verify_workon_home || return 1
708708
virtualenvwrapper_verify_active_environment || return 1
709709
typeset site_packages="`virtualenvwrapper_get_site_packages_dir`"
710-
ls $@ $site_packages
710+
ls $@ "$site_packages"
711711

712712
path_file="$site_packages/_virtualenv_path_extensions.pth"
713713
if [ -f "$path_file" ]

0 commit comments

Comments
 (0)