Skip to content Skip to sidebar Skip to footer

Can't Run Python Scripts With Miniconda In Geany

Im using Puppy Wary 5.5 and I've installed Miniconda in a folder at /root/miniconda2. I can run python scripts by pasting into the terminal window (urxvt) Wary5.5 comes with Geany

Solution 1:

Geany is not using bashrc for finding your PYHOME when hitting F5 or similar. You got 3 ways solving it:

  1. Put your setting into .profile or set it via your desktop environment
  2. Adjust Build->Set Build Commands to your local path
  3. Make usage of integrated VTE and bash inside there. Set Execute Programs in VTE on Edit->Preferences->Terminal

However, more general, you shouldn't run a graphical interface or coding direct as root user. It's in 99.8% of cases a bad idea.

Post a Comment for "Can't Run Python Scripts With Miniconda In Geany"