Activating a VirtualEnv using a shell script doesn’t seem to work
TLDR Must run the .sh script with source instead of the script solely source your-script.sh and not your-script.sh Details sh is not the same as bash (although some systems simply link sh to bash, so running sh actually runs bash). You can think of sh as a watered down version of bash. One thing that … Read more