I think you should change the way you've scripted your bash fileThe above line works for me, provided you put the name of the venv where the <venvname> isCode:
. <venvname>/bin/activate
To test if it works, it should be run asNote on each instances there is a period, followed by a space before "<"Code:
. <filename>.sh
source and . are the same thing. See above for why the OP's script isn't working.
Statistics: Posted by thagrol — Sat Feb 15, 2025 1:01 pm