主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Daniil Bogdanov
活动总数
814
最后的活动
2026年06月11日 11:47
成员加入日期
2022年11月10日 09:09
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
357
活动概览
文章(0)
帖子(0)
评论(457)
按最近的活动排序
最近的活动
投票数
创建于
2023年02月03日 10:39
Hello, You can set up different environments with Run configurations. To do so, right-click on the script you want to run with a specific interpreter either in the Project structure tool window or ...
社区
PyCharm
Individual venv per branch
0 票
创建于
2023年02月01日 14:45
Hi Renard Agne I've just double-checked, and you can't set up the WSL Anaconda interpreter for a whole Dataspell workspace, but you can set it individually for each attached directory.
社区
PyCharm
How to use Pycharm on Windows 10 WSL (Ubuntu) and an Anaconda Environment
0 票
创建于
2023年02月01日 14:09
Hi,Can you share a simplified project version for testing purposes? Also, please attach an idea.log (Help | Show log in...). Screenshots of the error and any extra information would also be benefic...
社区
PyCharm
when remote debugging local file,the <_array_function_internals> can't be found
0 票
创建于
2023年02月01日 12:54
Hi Zacpjohnston, Garrickw, Please, create separate issues on our bug tracker and attach idea.log from Help | Show Log in .... The thread is quite old and probably the original problem already fixed...
社区
PyCharm
Code inspection does not refresh on edit
0 票
创建于
2023年02月01日 10:56
There are existing threads regarding Jupyter notebooks, but an example is needed to distinguish the correct one. The best option is to take screenshots of the diffs in Git with the PyCharm edits.
社区
PyCharm
PyCharm modifying every notebook in repo.
0 票
创建于
2023年01月31日 14:54
Hi, Thank you for reporting the issue.Do you know if path mapping for run configurations is also affected?
社区
PyCharm
Remote Debugging Path Mapping Not Working
0 票
创建于
2023年01月31日 14:04
Oh, I see, but I can't reproduce the issue, and changes in requirements.txt affect image building. Could you please clarify if you are using a docker or a docker-compose interpreter?
社区
PyCharm
How to update Docker interpreter when requirements.txt is updated?
0 票
创建于
2023年01月30日 12:18
Hello, By default, when you create a simple Python project, Django support is turned off. You can turn it on by navigating **Settings | Languages and frameworks | Django** and checking the option "...
社区
PyCharm
Missing django console in pycharm pro
0 票
创建于
2023年01月30日 10:13
Hi, Unfortunately, after adding a project, PyCharm doesn't re-scan environment.yaml, but you can run: conda env update --file environment.yml The command should update the activated conda environm...
社区
PyCharm
Can environment.yaml be added after the project has been created?
0 票
创建于
2023年01月27日 09:38
Hello, Usually, a good practice to add lines like this to the Dockerfile: COPY . /opt/app WORKDIR /opt/app RUN pip install -r requirements.txt You can modify them to fit your project/image struct...
社区
PyCharm
How to update Docker interpreter when requirements.txt is updated?
0 票
«
第一页
‹
上一页
下一页
›
最后
»