Jun-13-2025, 12:32 PM
Hello community
I am new to python.
I have a very simple question:
I am a professional and testing python on a Cooperate Laptop which is clearly limited.
Most information I found on the internet are all based on people with Admin rights on their machine.
That is fine and so simple if I like to run a python script: WOW
But if I like to run a script in the command line from Phyton.exe it is not simple.
So I like to know if Python is only for the geeks or a language where creativity and good ideas can be used?
My simple question is, is it possible to run a script in the command line by using a path without the ENV variables like PATH in Windows? I am limited by the Corporate rules and that is good as we have sensitive data to manage.
But I am surprised how complex it could go if I try to run a script IN the command line of python...
It is possible to run the script by Windows CMD like python C:\willi\myScripts\runme.py that is fine. Thanks for that.
But I like to utilize the command line without pip for testing purpose.
I am using a lot PowerShell or on Linux BASH & C-Shell.
So I hope, with all expertise on that python forum here, to find a simple solution for running scripts in the command line.
Sorry for any inconvenience caused by my simple question working in a Corporate environment.
Thanks in advance for any support to simplify my testing.
Python is a very interesting language so it would be nice to test it in my environment.
Cheers
Michael Damaschke
I am new to python.
I have a very simple question:
I am a professional and testing python on a Cooperate Laptop which is clearly limited.
Most information I found on the internet are all based on people with Admin rights on their machine.
That is fine and so simple if I like to run a python script: WOW
But if I like to run a script in the command line from Phyton.exe it is not simple.
So I like to know if Python is only for the geeks or a language where creativity and good ideas can be used?
My simple question is, is it possible to run a script in the command line by using a path without the ENV variables like PATH in Windows? I am limited by the Corporate rules and that is good as we have sensitive data to manage.
But I am surprised how complex it could go if I try to run a script IN the command line of python...
It is possible to run the script by Windows CMD like python C:\willi\myScripts\runme.py that is fine. Thanks for that.
But I like to utilize the command line without pip for testing purpose.
I am using a lot PowerShell or on Linux BASH & C-Shell.
So I hope, with all expertise on that python forum here, to find a simple solution for running scripts in the command line.
Sorry for any inconvenience caused by my simple question working in a Corporate environment.
Thanks in advance for any support to simplify my testing.
Python is a very interesting language so it would be nice to test it in my environment.
Cheers
Michael Damaschke
