I am trying to activate a virtual environment making the environment worked fine, but when I try to activate it(source virt/Scripts/activate), it throws up
$ source activate
bash: $'\r': command not found
bash: activate: line 4: syntax error near unexpected token $'{\r'' ash: activate: line 4:
deactivate () {
and I am a beginner and I am clueless about what I should do
Thanks!