Roman Savelyev
Results
3
comments of
Roman Savelyev
I had to tackle the same issue and I have resorted to the following: ``` run wc -l
Or could `core.sh` simply fixed like this? ``` diff --git a/lib/core.sh b/lib/core.sh index afce54c..ce8055c 100644 --- a/lib/core.sh +++ b/lib/core.sh @@ -293,12 +293,13 @@ function delete_env(){ fi } - function _check_package(){...
This fix is not enough.. Executables are looked up under `bin` instead of `Scripts`, when virtualenv is used.