5
Bir Python betiğini dizinine cd olmadan ing komutundan nasıl alabilirim? PYTHONPATH mı?
PYTHONPATH'ı nasıl kullanabilirim? Yolda bir komut dosyası çalıştırmayı denediğimde dosya bulunamadı. Komut dosyasını tutan dizine cd yaptığımda komut dosyası çalışır. PYTHONPATH ne işe yarar? $ echo $PYTHONPATH :/home/randy/lib/python $ tree -L 1 '/home/randy/lib/python' /home/randy/lib/python ├── gbmx_html.py ├── gbmx.py ├── __init__.py ├── __pycache__ ├── scripts └── yesno.py $ python gbmx.py -h …