How to use Python virtual environments with Squish IDE 9.1.1?
-
Hello. I'm using Squish IDE 9.1.1 with Python scripts.
For my tests, I need to install additional Python libraries to be used with the tests. Normally I would do
pip install mylibor
pipenv install mylibin my virtual environment. The documentation says:
The Squish IDE ignores the Debug and Interpreters pane preferences. Squish uses the Python installation it is shipped with or an external Python installation set by squishconfig.
But how do I set a virtual environment with
squishconfig? -
Hello. I'm using Squish IDE 9.1.1 with Python scripts.
For my tests, I need to install additional Python libraries to be used with the tests. Normally I would do
pip install mylibor
pipenv install mylibin my virtual environment. The documentation says:
The Squish IDE ignores the Debug and Interpreters pane preferences. Squish uses the Python installation it is shipped with or an external Python installation set by squishconfig.
But how do I set a virtual environment with
squishconfig? -
Ah, perfect. Will try this on Monday. Thanks for the link and have a nice weekend!
-
M Markus KS. has marked this topic as solved