python - Running Enthought Canopy GUI in a virtual environment -


this seems simple question i've looked around , cannot find simple answer.

i've set virtual environment in project folder using canopy_cli venv <myvenv>, , can run plain python in environment. how can run canopy gui using virtual environment instead?

your launch script have activate virtual environment: $ source myenv/bin/activate $ python my_app.py

or equivalent in windows: c:> /scripts/activate.bat c:> python my_app.py

see here details.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -