Skip to content

Commit f58a712

Browse files
committed
Update lssitepackages to work with new pth filename.
I forgot this initially, the tests revealed the oversight.
1 parent 506da41 commit f58a712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

virtualenvwrapper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,11 +662,11 @@ function lssitepackages {
662662
typeset site_packages="`virtualenvwrapper_get_site_packages_dir`"
663663
ls $@ $site_packages
664664

665-
path_file="$site_packages/virtualenv_path_extensions.pth"
665+
path_file="$site_packages/_virtualenv_path_extensions.pth"
666666
if [ -f "$path_file" ]
667667
then
668668
echo
669-
echo "virtualenv_path_extensions.pth:"
669+
echo "_virtualenv_path_extensions.pth:"
670670
cat "$path_file"
671671
fi
672672
}

0 commit comments

Comments
 (0)