Answer the question
In order to leave comments, you need to log in
How to correctly run a bash command on a file (workon: not found)?
#!/bin/bash
git --work-tree=/my_path/src --git-dir=/var/repo/my_project_name.git checkout -f
......
workon my_project_name
Answer the question
In order to leave comments, you need to log in
workon is a command to "enter" some virtualenv. You are missing something: either virtualenv or virtualenvwrapper.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question