Am 01.02.2014 00:27, schrieb Lex Trotman:
On 1 February 2014 10:14, Sayth Renshaw <flebber.crue@gmail.com mailto:flebber.crue@gmail.com> wrote:
How can i use isolated environments in Geany? Thinking that maybe I should create this as a build command so when it compiles it executes using only virtualenv packages. Any tips on how to get this to happen?
If you know how to do this on the command line, do the same with the Geany build commands build->set build commands.
If you don't know how to do it on the command line, probably best to ask on the Python list.
With virtualenv you are setting a complete environment incl. changing some PATH-variables etc. This can only be done very hard with build commands.
Cheers, Frank