Hi. I use the Fish shell generally, and have it enabled on my RPi5 Bookworm setup. I'm trying to start a Python env, but I can't get the use a created environment, as 'source env/bin/activate' tries to use Fish scripting, rather than Bash scripting. Fish would use bash if either 'activate' started with '#!/bin/bash' or similar, or you put 'bash' before the script, but 'bash source env/bin/activate' and 'source bash env/bin/activate' do not work.
Am I going to have to disable Fish to use Python?
Any help appreciated.
Thanks
Am I going to have to disable Fish to use Python?
Any help appreciated.
Thanks
Statistics: Posted by ddwwcc — Thu Nov 28, 2024 3:51 pm