We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bef33 commit e588eabCopy full SHA for e588eab
virtualenvwrapper.sh
@@ -707,7 +707,7 @@ function lssitepackages {
707
virtualenvwrapper_verify_workon_home || return 1
708
virtualenvwrapper_verify_active_environment || return 1
709
typeset site_packages="`virtualenvwrapper_get_site_packages_dir`"
710
- ls $@ $site_packages
+ ls $@ "$site_packages"
711
712
path_file="$site_packages/_virtualenv_path_extensions.pth"
713
if [ -f "$path_file" ]
0 commit comments