FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
byte-of-python/programs/module_using_sys.txt at master · swaroopch/byte-of-python · GitHub
swaroopch
/
byte-of-python
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
2.5k
Code
Issues
4
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
byte-of-python
/
programs
/
module_using_sys.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (10 loc) · 301 Bytes
Breadcrumbs
byte-of-python
/
programs
/
module_using_sys.txt
Copy path
File metadata and controls
12 lines (10 loc) · 301 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
$ python module_using_sys.py we are arguments # each arg is separated by white space
The command line arguments are:
module_using_sys.py
we
are
arguments
The PYTHONPATH is ['/tmp/py',
# many entries here, not shown here
'/Library/Python/2.7/site-packages',
'/usr/local/lib/python2.7/site-packages']
Back
|
FazBrowse Home
|
New Git URL