配置pycharm的python路径_linux多路径详细配置
配置,pycharm,python,路径,linux,多路径,详细
2025-03-13 21:27:26 时间
Edit Custom VM Options的路径
pwd:
/Users/用户名/Library/Application Support/JetBrains
ll:
drwxr-xr-x 10 user staff 320B Jan 19 10:42 GoLand2021.3 drwxr-xr-x 15 user staff 480B Jan 11 2021 PyCharm2020.2 drwxr-xr-x 15 user staff 480B Apr 30 2021 PyCharm2020.3 drwxr-xr-x 16 user staff 512B Jan 18 15:00 PyCharm2021.1 drwxr-xr-x 16 user staff 512B Jan 19 10:24 PyCharm2021.3
并非通常说的通过显示包位置进去的位置
实际编辑的文件:
/Users/user/Library/Application Support/JetBrains/PyCharm2021.3/pycharm.vmoptions
加入的行配置:
-javaagent:/Users/user/dir/file.jar
可以先赋予jar包755权限(未赋予不确定有效不):
chmod 755 /Users/user/dir/file.jar
变量路径请自行替换
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/175529.html原文链接:https://javaforall.cn
相关文章
- 第一章:起步(python环境搭建)
- Python进阶39-drf框架(一)
- Python之谜:四舍五入round(4.5)等于4?
- Python字典详细操作
- Python基础13-模块的使用
- python安装包代码_linux编译程序
- Python基础14-内置模块
- pycharm需要设置环境变量吗_pycharm怎么打开python环境
- Python面试基础知识_python自学需要哪些基础知识
- Python基础12-内置函数
- Python-基础04-数据类型
- Python文本情感分析_Python数据分析实战
- Python进阶29-ORM介绍
- javascript typescript_typescript python
- pycharm中使用anaconda部署python环境_anaconda创建python虚拟环境
- pycharm安装no interpreter_no python interpreter configured
- 分享一个简单的 Python 脚本库:将 requests 代码转换成 curl 命令
- python调用matplotlib报错_pycharm没有matplotlib模块
- sklearn cross validation_python sklearn
- Python,PyCharm,Anaconda三者间的关系