Almost every day I have to start my django project. So the sequence of commands that are used:
cd myProject
source venv/bin/activate
cd djangoproject
python3 manage.py runserver
I have put these commands to start.txt file.
But bash start.txt
doesn't start virtualenv. Am i doing something wrong?