Ny2292000
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
-
-
Ny2292000 创建了一个帖子, 已完成Failure to Build Project
I am having trouble with the automatic build system within CLion. I can build and link by hand (using cmake and make), but the IDE cannot execute a build project or rebuild project. The error seem... -
Ny2292000 创建了一个帖子, How to enforce a CLion to use a specific Conda Env?
Is there any news about how to make CLion use a specific Conda Env? This is the CMakeLists.txt I have. cmake_minimum_required(VERSION 3.20)set(PYTHON_ENV "/home/USERNAME/anaconda3/envs/Cosmos" CACH... -
Ny2292000 创建了一个帖子, How to run sagemath scripts under pycharm (not under pycharm notebook)?
I created a conda environment and can run sagemath notebooks there. I expect to just be able to refer to that conda environment and run the same pycharm commands in a script. It doesn't work. As s... -
-
Ny2292000 创建了一个帖子, 已回答CMAKE Define Variable
This is a CMAKE issue. I have a program that contains this kind of switches within the c code. #ifndef NOGRAVITY ... #endif In the original Makefile OPT += -DNOGRAVITY OPTIONS = $(OPTIMIZE) $(O... -
Ny2292000 创建了一个帖子, 已回答Pycharm Professional 2017.2 Crashes on Debug
Pycharm has been crashing consistently when I use debug. It seems to have something to do with Tcl-Tk. I used homebrew to install a newer version of Tcl-Tk but don't know how to direct pycharm to... -
-
Ny2292000 创建了一个帖子, 已完成Django Template Project Changed
I am using a MacOS Sierra 10.12.5 (16F73) and Pycharm 2017.1.2 I noticed that when I create a new Django program it just points to an already existing django project. I uninstall Pycharm and Reinst...