File tree 2 files changed +12
-13
lines changed
2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ numpy==1.19.4
13
13
openpyxl==3.0.5
14
14
pyrsistent==0.17.3
15
15
six==1.15.0
16
- # Comment out moo, as by default PyPI's moo will be picked up.
17
- # moo==0.2.0
16
+ moo==git+git://github.com/brettviren/
[email protected] #egg=moo
Original file line number Diff line number Diff line change 81
81
# ##
82
82
# special handling of the moo module since PyPI has a module with same name.
83
83
# ##
84
- if python -c " import moo" & > /dev/null; then
85
- echo " INFO [` eval $timenow ` ]: moo is installed."
86
- pip list| grep moo
87
- else
88
- echo " INFO [` eval $timenow ` ]: moo is not installed. Install it now."
89
- pip install git+git://github.com/brettviren/moo.git
90
- if [[ $? != " 0" ]]; then
91
- echo " ERROR [` eval $timenow ` ]: Installing moo failed."
92
- exit 13
93
- fi
94
- fi
84
+ # if python -c "import moo" &> /dev/null; then
85
+ # echo "INFO [`eval $timenow`]: moo is installed."
86
+ # pip list|grep moo
87
+ # else
88
+ # echo "INFO [`eval $timenow`]: moo is not installed. Install it now."
89
+ # pip install git+git://github.com/brettviren/moo.git
90
+ # if [[ $? != "0" ]]; then
91
+ # echo "ERROR [`eval $timenow`]: Installing moo failed."
92
+ # exit 13
93
+ # fi
94
+ # fi
95
95
96
96
97
97
echo " INFO [` eval $timenow ` ]: $VEVN_NAME has been activated, use \" deactivate\" to exit the venv."
You can’t perform that action at this time.
0 commit comments