Makefile added with Version 2.4
This commit is contained in:
parent
6b6f76d369
commit
dad03ba949
4
Makefile
4
Makefile
@ -53,7 +53,7 @@ init: print_head
|
|||||||
# Create venv
|
# Create venv
|
||||||
#
|
#
|
||||||
if [ ! -e venv ];then
|
if [ ! -e venv ];then
|
||||||
echo -e "\033[1;33mCreating venv in $BASEPATH...\e[0m"
|
echo -e "\033[1;33mCreating venv in $$BASEPATH...\e[0m"
|
||||||
python3 -m venv $$BASEPATH/venv > /dev/null 2>&1
|
python3 -m venv $$BASEPATH/venv > /dev/null 2>&1
|
||||||
else
|
else
|
||||||
echo -e "\033[1;33mVirtualenv already exists in $$BASEPATH...\e[0m"
|
echo -e "\033[1;33mVirtualenv already exists in $$BASEPATH...\e[0m"
|
||||||
@ -63,7 +63,7 @@ init: print_head
|
|||||||
#
|
#
|
||||||
# Install modules
|
# Install modules
|
||||||
#
|
#
|
||||||
echo -e "\033[1;33mInstalling modules to venv in $BASEPATH...\e[0m"
|
echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m"
|
||||||
for req_file in $$(find $$BASEPATH -name requirements.txt); do
|
for req_file in $$(find $$BASEPATH -name requirements.txt); do
|
||||||
# echo " $$req_file"
|
# echo " $$req_file"
|
||||||
while read req_mod; do
|
while read req_mod; do
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b63c1952f15e46744d107899158f105077e40430
|
Subproject commit 130eaa1232fab6d5fa9a8c83fe053468c09c2ea7
|
2
loggy
2
loggy
@ -1 +1 @@
|
|||||||
Subproject commit 15e07aa871bfe4cfb2c9ee5620bcb6b12066f5b3
|
Subproject commit 352bd2738a81821194d17ac919d3bdf1276bd900
|
@ -1 +1 @@
|
|||||||
Subproject commit 27531fa7dabc52dff76b7945ea49c1e00619c2b5
|
Subproject commit 7d56e10abfa9ed4a810905cde9262a17faae6de3
|
2
nemo
2
nemo
@ -1 +1 @@
|
|||||||
Subproject commit 01ed7bf0fd8163ce2f29de75cb8115908a4dd476
|
Subproject commit 1072383a4fc693655a113f26cf8b5f32be55881c
|
2
netst
2
netst
@ -1 +1 @@
|
|||||||
Subproject commit eeb655c0d95ef64fb371d0dd596b0049ec07ca9a
|
Subproject commit 4f16ec22a535e35c6d5f7a2978a21b7abcc3ddd7
|
2
ptpython
2
ptpython
@ -1 +1 @@
|
|||||||
Subproject commit ba5b84abdb8521751fdeafe16176e56c620dd435
|
Subproject commit 70450ef789377f08b6162e4fb6f68d72421281bf
|
2
pyrip
2
pyrip
@ -1 +1 @@
|
|||||||
Subproject commit 5a53605e862cdc2063dbc8a8d96a21d50bc96461
|
Subproject commit e6cfea2975b76afe35ae1341360d63250d3f2993
|
2
starter
2
starter
@ -1 +1 @@
|
|||||||
Subproject commit f88d9448b5e9a74b273806bdad116a657b4b0eed
|
Subproject commit 8f3ade401ccd9a42b7170be51bb049d69b164a08
|
Loading…
x
Reference in New Issue
Block a user