Running locally #41
-
Hey man, great work with this project. I have a Python CLI project with a similar setup and I'm wondering how you test changes locally since you're importing the package Hope that makes sense! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Thank you very much! Be welcome! 😃 I don't understand your question very well, can you elaborate more? 🤔 |
Beta Was this translation helpful? Give feedback.
-
For example: In What happens if you want to test a change to My question is, when developing Hope that's clearer 😅 |
Beta Was this translation helpful? Give feedback.
-
If I understand the problem correctly, I use poetry to run locally ( And manage my environments ) when I'm developing, in this case it will get the local files and not the ones installed on my python machine. I use that command when I'm developing: poetry run python please.py |
Beta Was this translation helpful? Give feedback.
-
Perfect, thanks a lot |
Beta Was this translation helpful? Give feedback.
If I understand the problem correctly, I use poetry to run locally ( And manage my environments ) when I'm developing, in this case it will get the local files and not the ones installed on my python machine.
I use that command when I'm developing: