deploy and run as production using pycharm
Hi
I have finished developed my python code using pycharm. How do I deploy and run it as production using pycharm?
Without pycharm, I will run the following in command prompt
C:\Python34\python.exe Weekend_Exception.py
1. With pycharm, since it has all the dependencies in the project, how do I run the python code like in the production? Or do I need to install python and the dependencies somewhere and run like the above?
2. If I want to execute the python code using ACCESS VBA below, how do I do that using pycharm since pycharm has all the dependencies for each project?
Shell("C:\Python38\python.exe " & pyScript)
Thanks
Leo
Thanks
请先登录再写评论。