[QUESTION] Is it possible to run the code with a Python subfolder?
KStormStudio opened this issue · 3 comments
KStormStudio commented
a Python subfolder?
I'm sorry for my weird question, I'm very enthusiastic about this code but I was wondering if I can run the script including Python in the same folder just like extracting python in a subfolder of the project.
In this case how should I configure the BAT command please?
Many thanks in advance
gitmylo commented
Running main.py with the python.exe you want to use should work
KStormStudio commented
sorry for my late reply.
I'm trying every possible command but nothing works.
- I copied python folder into the main project folder so python folder is a subfolder of the project
- I run python.exe than type: ../main.py or ./main.py or \main.py
... nothing works
What do i do wrong please?
Many thanks
gitmylo commented
path\to\python.exe path\to\main.py
should work