PyCharm: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 6: | Zeile 6: | ||
==Settings== | ==Settings== | ||
− | + | ===Browsers=== | |
− | ==Browsers== | ||
* Settings->Web Browsers | * Settings->Web Browsers | ||
** /usr/bin/chromium-browser | ** /usr/bin/chromium-browser | ||
− | ==Navigation== | + | |
+ | ===Navigation=== | ||
* [http://stackoverflow.com/a/15781866/2510374 Show line numbers] | * [http://stackoverflow.com/a/15781866/2510374 Show line numbers] | ||
Version vom 27. Juni 2013, 13:57 Uhr
https://www.jetbrains.com/pycharm/ is a Python and Django IDE
Settings
Browsers
- Settings->Web Browsers
- /usr/bin/chromium-browser
Virtualenv
- Establishing Dev environment with PyCharm + Virtualenv for Django development
- You need to select "Python Interpreter" in those preferences panel and press "Add New" > "Select other" in the top right corner. After that you need to point out to your "virtual-environment directory > bin > Python executable". PyCharm will scan for environment and connect it to where needed.