@@ -1,6 +1,8 @@
if [ ! -d .virtualenv ]; then
if [ ! "$(which virtualenv)" == "" ]; then
virtualenv -p python3 .virtualenv
if [ -f .env ]; then
fi
if [ -f .virtualenv/bin/activate ]; then
The note is not visible to the blocked user.