ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

【projector】jetbrains使用服务器远程开发

2021-07-11 11:35:38  阅读:395  来源: 互联网

标签:projector base PyCharm 服务器 IDE root Openwrt jetbrains


有多重安装方式,这里以pip安装为例。目前已经支持中文输入法了。

参考:https://github.com/JetBrains/projector-installer

 

(base) [root@Openwrt ~]# wget https://mirrors.bfsu.edu.cn/anaconda/miniconda/Miniconda3-py37_4.9.2-Linux-x86_64.sh
(base) [root@Openwrt ~]# sh Miniconda3-py37_4.9.2-Linux-x86_64.sh
(base) [root@Openwrt ~]# vi .condarc 配置国内镜像
(base) [root@Openwrt ~]# curl www.google.com
(base) [root@Openwrt ~]# exit


(base) [root@Openwrt ~]# yum install less libXext libXrender libXtst libXi freetype -y
(base) [root@Openwrt ~]# pip3 install projector-installer --user
(base) [root@Openwrt ~]# source ~/.bash_profile #程序安装到~/.local/bin, 程序找不到,手动添加一下环境变量


(base) [root@Openwrt ~]# projector

Checking for updates ... done.
This software includes components licensed under GPLv2+CPE. Do you accept this license? [y/n]: y
Please select IDE to install:
Installing IDE in quick mode; for full customization you can rerun this command with "--expert" argument or edit this config later via "projector config edit" command.
           1. Idea_Community
           2. Idea_Ultimate
           3. PyCharm_Community
           4. PyCharm_Professional
           5. CLion
           6. GoLand
           7. DataGrip
           8. PhpStorm
           9. WebStorm
          10. RubyMine
          11. Rider
          12. DataSpell
          13. MPS
Choose IDE type or 0 to exit: [0-13]: 3
Do you want to select from Projector-tested IDE only? [y/N]y
           1. PyCharm Community 2019.3.4
           2. PyCharm Community 2020.2
           3. PyCharm Community 2020.3.3
Choose IDE number to install or 0 to exit: [0-3]: 3
Installing PyCharm Community 2020.3.3
Downloading pycharm-community-2020.3.3.tar.gz
[##################################################]  100%
Unpacking pycharm-community-2020.3.3.tar.gz
[##################################################]  100%
Configuration name: PyCharm
Checking for updates ... done.
To access IDE, open in browser
        http://localhost:9999/
        http://127.0.0.1:9999/
        http://192.168.1.1:9999/
        http://192.168.124.32:9999/
        http://172.17.0.1:9999/

To see Projector logs in realtime run
        tail -f "/root/.projector/configs/PyCharm/projector.log"

Exit IDE or press Ctrl+C to stop Projector.

附图:

 

标签:projector,base,PyCharm,服务器,IDE,root,Openwrt,jetbrains
来源: https://www.cnblogs.com/startnow/p/14998226.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有