diff options
Diffstat (limited to 'venv-trog-crowley.sh')
-rwxr-xr-x | venv-trog-crowley.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/venv-trog-crowley.sh b/venv-trog-crowley.sh index 378d002..383af05 100755 --- a/venv-trog-crowley.sh +++ b/venv-trog-crowley.sh @@ -90,7 +90,7 @@ fi echo "### Setting file permissions.. may take a while.." git config --global --add safe.directory '*' -sudo chmod -R 0777 * +#sudo chmod -R 0777 * echo "### links to expoweb, troggle etc. complete:" ls -tla @@ -136,7 +136,7 @@ cp fresh-requirements.txt ../requirements.txt mv fresh-requirements.txt $REQ cp troggle/`basename "$0"` $REQ -exit 1 + $PYTHON --version python --version echo "Django version:`django-admin --version`" @@ -159,7 +159,7 @@ echo "### Now do # Ran 85 tests in 83.492s # FAILED (failures=5) ## So you will need to run -$sudo chown -Rhv philip:philip ~/$VENAME (if your username is philip) +#$sudo chown -Rhv philip:philip ~/$VENAME (if your username is philip) # and then REBOOT (or at least, exit WSL and terminate and restart WSL) # because this chmod only takes effect then. |