[Fixed]-Can't activate django python environment in docker django application

1👍

Have you tried, giving absolute path for the activate file. Something like this:

 ~/workspace/project/bin/activate

The above might actually work.

Leave a comment