Skip to content
Open navbar menu
Features
Blog
Pricing
Teams Pro
Careers
Shop
Sign Up
Log In
Profile icon
Tony Dattolo
@alanslurring
Follow
Copy profile link
0 followers
0 following
build product, talk to users, repeat
Repls
Community
alanslurring
shared a Post
•
2 years ago
Always On, Python cronjob, Module import errors in console
I have a python script that utilizes a number of modules. subprocess, and schedule. It schedules a task, executes an operation, and pushes the update
Coder100
Include it in your .replit file! run=""" pip install ... python main.py """ `
2 years ago