idea /pycharm 等配置命令行模式

从命令行启动项目,Launch Pycharm from command line (terminal)
更新于: 2022-05-11 13:46:05

结论

  • charm: /usr/local/bin/charm 
  • idea: /usr/local/bin/idea 

基本步骤

  1. Open Application Pycharm
  2. Find tools in menu bar
  3. Click Create Command-line Launcher
  4. Checking the launcher executable file which has been created in /usr/local/bin/charm
  5. Open project or file just type $ charm YOUR_FOLDER_OR_FILE

一图胜千言

找到 create command line launcher
找到命令行路径

参考