I installed a virtual machine on python. There is a script
usually:
source ~/env/bin/activate ()
python text.py
but it"s troublesome every time. I want to write a shell or python, but I can"t use source in shell and python. According to what I said on the Internet, I changed it to dash ~ env/bin/activate, but I still can"t
ask for advice