Hello all, i'm trying to run a python script using the JShell library on a Mac computer, the script runs just fine if I run it through a command line, i'm trying to figure out how to run it from a Java application using the Jshell library.
In the command line if I use the following command the python script runs fine.
Additionally how can i switch directories using Jshell in Mac, i'm not very familiar with Mac computers, i'm strictly a windows guy, but this java application i'm working on needs to work on a Mac computer.
What is the working directory property used for, I know you can assign a directory but is it the directory where your python framework is installed on, or where the python script is located?
Thanks all in advance for all the help.
Walter
In the command line if I use the following command the python script runs fine.
~/.snaptools_virtualenvs/snaptools_0.0.21/bin/python temp_stream_with_init_oct10.py --inward_leds --
delay_sec 1 --ble Specs_45698c
Additionally how can i switch directories using Jshell in Mac, i'm not very familiar with Mac computers, i'm strictly a windows guy, but this java application i'm working on needs to work on a Mac computer.
What is the working directory property used for, I know you can assign a directory but is it the directory where your python framework is installed on, or where the python script is located?
Thanks all in advance for all the help.
Walter