Created
July 21, 2021 20:27
-
-
Save ahmeti/29df6d351ed6770d46ba81b84d101712 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# YANLIŞ | |
shell_exec(‘python test.py’) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# DOĞRU | |
putenv(‘PATH=/Users/KULLANICI_ADINIZ/bin:/usr/local/bin:/usr/local/sbin:/Users/KULLANICI_ADINIZ/.composer/vendor/bin:$PATH’); | |
shell_exec(‘python test.py’) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment