JMoVS Posted May 19, 2023 Posted May 19, 2023 Hi, I am building a workflow and on my machine, it seems to use the right python version. The same workflow on my friend's computer however doesn't work - it somehow picks the system's python 3.7 although he has the homebrew version of python installed (python 3.11) and also an anaconda. How can I determine and control which python is used when in a script filter I choose "python" as the one to run? chadv 1
vitor Posted May 19, 2023 Posted May 19, 2023 See Calling non-standard runtimes from Alfred and Understanding the scripting environment. For personal workflow, naturally you can use whatever you like. But when sharing it’s best to target the system python precisely because you can be fairly confident of everyone’s setup. chadv and JMoVS 1 1
JMoVS Posted May 20, 2023 Author Posted May 20, 2023 I was able to solve it with using /usr/bin/env, thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now