Ny2292000
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Edited Failure to Build Project
CompletedI 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... -
Created 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... -
Edited 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... -
Created CMAKE Define Variable
AnsweredThis 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... -
Edited Pycharm Professional 2017.2 Crashes on Debug
AnsweredPycharm 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... -
Created Django Template Project Changed
CompletedI 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... -
Created Pycharm not showing up on right-click menu
AnsweredSuddenly I cannot run the file using right click (which automatically creates the configuration. I can now run the file if I create myself that configuration file. Also there is a plugin that c...