JMoVS Posted May 19 Share Posted May 19 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 Link to comment
vitor Posted May 19 Share Posted May 19 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 Link to comment
JMoVS Posted May 20 Author Share Posted May 20 I was able to solve it with using /usr/bin/env, thanks Link to comment
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