mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-14 04:04:03 +00:00
Only create virtualenv on toplevel
This commit is contained in:
4
.env
4
.env
@@ -1,6 +1,8 @@
|
|||||||
if [ ! -d .virtualenv ]; then
|
if [ ! -d .virtualenv ]; then
|
||||||
if [ ! "$(which virtualenv)" == "" ]; then
|
if [ ! "$(which virtualenv)" == "" ]; then
|
||||||
virtualenv -p python3 .virtualenv
|
if [ -f .env ]; then
|
||||||
|
virtualenv -p python3 .virtualenv
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -f .virtualenv/bin/activate ]; then
|
if [ -f .virtualenv/bin/activate ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user