Skip to content Skip to sidebar Skip to footer

Activating Python Venv From Bash In Windows. How To Resolve Problem With Line Endings?

I have a bash script to deploy some code to AWS. It mostly works but I'm having issues activating my virtual environment. It seems it might be to do with line endings because I'

Solution 1:

fixed with dos2unix command

dos2unix Scripts/activate

Post a Comment for "Activating Python Venv From Bash In Windows. How To Resolve Problem With Line Endings?"