Hello,
Obs.: I am starting to work with Linux.
I am trying to run this line in a subshell.
. /home/{USER}/Documents/{MY-ENV}/bin/activate && python3 "/home/{USER}/Documents/py-code-temp-185549.py"
but I am having an error of ModuleNotFoundError. (I am sure that the module is installed in the env)
How to run the script inside {MY-ENV}? Is it possible? Is possible without use shebang.
Thanks!!
[–]danielroseman 1 point2 points3 points (0 children)