command line - Unix & Linux Stack Exchange
https://unix.stackexchange.com/questions/55936629.12.2019 · I want to add Pycharm to my path so that I may launch it from the command line from any directory in the same way that atom can launch from terminal if I type atom. I have already tried charm, pycharm-community, and believe instead I need to add this to my path? Also, how would I do this for other programs in general as well. Thanks for any help!
python - PyCharm and PYTHONPATH - Stack Overflow
stackoverflow.com › questions › 28326362Oct 06, 2017 · Add your path by click in the "plus" symbol. It took me ages to find, so I hope the detailed instructions will help. Further details are available in the PyCharm docs. It is good practice to have __init__.py in each subfolder of the module you are looking to add, as well as making your project folder a 'Source Root'. Simply right-click on the ...