You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script file Scraper_full_json.sh contains a conditional statement to set the location of Python for the host computer. This code is near line 22. There is similar code in Scraper_Twitter.sh.
Suggest to move this customization out of the code base and into a configuration file. The config file would not be included in a Git pull. A similar strategy would be to require that the host computer be set with an environmental variable or PATH stmt. The latter solution would be described in documentation. The goal is to ensure the the proper version of Python will be found in any new environment without modifying the project code base.
The text was updated successfully, but these errors were encountered:
That sounds like a good idea.
Howard
On January 17, 2020 at 9:29:50 PM, ttheimeroo ([email protected]) wrote:
The script file Scraper_full_json.sh contains a conditional statement to
set the location of Python for the host computer. This code is near line
22. There is similar code in Scraper_Twitter.sh.
Suggest to move this customization out of the code base and into a
configuration file. The config file would not be included in a Git pull. A
similar strategy would be to require that the host computer be set with an
environmental variable or PATH stmt. The latter solution would be described
in documentation. The goal is to ensure the the proper version of Python
will be found without modifying the project code base.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27?email_source=notifications&email_token=AA43EO3Y7NU2QA2MBFGNRCLQ6KHU3A5CNFSM4KIRFSIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IHCUZJQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA43EO6J4ADABLTCLPRXK2LQ6KHU3ANCNFSM4KIRFSIA>
.
The script file Scraper_full_json.sh contains a conditional statement to set the location of Python for the host computer. This code is near line 22. There is similar code in Scraper_Twitter.sh.
Suggest to move this customization out of the code base and into a configuration file. The config file would not be included in a Git pull. A similar strategy would be to require that the host computer be set with an environmental variable or PATH stmt. The latter solution would be described in documentation. The goal is to ensure the the proper version of Python will be found in any new environment without modifying the project code base.
The text was updated successfully, but these errors were encountered: