1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-06 18:21:35 +08:00
Ian Chesal 0c63909ad3 Fix default location of the virtualenvwrapper script ()
The `virtualenvwrapper` script has been relocated to
`/usr/local/bin/virtualenvwrapper.sh`. Update the
plugin to look in the new location first. See:

http://virtualenvwrapper.readthedocs.io/en/latest/#introduction

to confirm the change in location for this script.

This addresses issue  where the solution was to source this file
from your zshrc.
2018-05-13 21:56:46 +02:00
..