(Jul-01-2020, 01:02 AM)Heyjoe Wrote: So for the first command it showed what my code is.Then all is working as it should
And the second command did work & I heard the word "ciao".
I am wondering if it has to do if how I have my interpreter set up in Pycharm.

This is just where Pycharm default save files,you can choose your own location.
C:\Users\Joe\PycharmProjects\MyprojectIf run this command,you will see interpreter that you shall point in config.
# The interpreter placement C:\>python -c "import sys; print(sys.executable)" C:\python38\python.exe # Test that pip work C:\>pip -V pip 20.1.1 from c:\python38\lib\site-packages\pip (python 3.8) C:\>As you see i have chosen a shorter Path when i installed Python look here,you have the long
default path
if change nothing when install Python.C:\Users\Joe\AppData\Local\Programs\Python\Python38-32\python.exeSo it's important to now the basic underlying and how it's work.
IF look at my tutorial here VS Code from start you see that i start with command line stuff to test basic setup.