Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 311 Bytes

File metadata and controls

15 lines (11 loc) · 311 Bytes

Python

Installationen auf dem Mac:

MOST IMPORTANT TO WORK ON MAC ADD: export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages TO .bash_profile

/usr/local/bin /usr/local/share/

to run python script with real python it should start with: #!/usr/local/bin/python and not #!/usr/local/share/python