Re: [Eric] How can I install Eric6 in a virtual environment?

2016-07-29 Thread Victoria
2016-Jul-29 Hi Detlev: Thank you for your answer. Resolved via: Settings menu >> Preferences >> Debugger >> Python >> Python Interpreter: Was: /home/victoria/anaconda3/envs/py27/bin/python So, I was getting (e.g.), in the Eric Python terminal: >>> import tensorflow

Re: [Eric] How can I install Eric6 in a virtual environment?

2016-07-29 Thread Victoria
2016-Jul-29 Update OK: sorry, spending too much time on this. Implemented changes below; Eric still launches with Py3.5 interpreter. Run a script -- fails: lacking needed packages (e.g. tensorflow; see also dialog, below). No obvious (i.e. facile) way to change as far as I can see ... I

Re: [Eric] How can I install Eric6 in a virtual environment?

2016-07-29 Thread Detlev Offenbach
Hello Victoria, what in particular do you want to do? Run eric from within a virtual environment or run eric and develop using a virtual environment? Both possibilities are given. 1. Just install eric with the python interpreter of the virtual environment, e.g. ~/pyenv/bin/python install.py