Ny2292000

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
-
-
Ny2292000 created a post, CompletedFailure 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 created a post, 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 created a post, 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 created a post, AnsweredCMAKE 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 created a post, AnsweredPycharm 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 commented, -
Ny2292000 created a post, CompletedDjango 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...