Starting QGIS with virtualenv Python? The 2019 Stack Overflow Developer Survey Results Are InHow to access QGIS module from my virtualenvHow to solve an installation problem involving QGIS, Python, and a plug-in?Problem loading PyQGISDistribute QGis plugin which depends on certain Python packages“Couldn't load PyQGIS” Error running QGIS on Ubuntu 14.04QuickFinder QGIS plugin generates python errorsIDE (PyCharm) settings for developing with Processing in Linux (Ubuntu)Import Pandas or any Python module into QGIS internal PythonInstalling external python packages for QGIS 3?Python not installed in windows based QGIS on a Mac running ParallelsAdding missing python packages to QGIS Plugin?
"as much details as you can remember"
How come people say “Would of”?
writing variables above the numbers in tikz picture
Worn-tile Scrabble
Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Is it possible for absolutely everyone to attain enlightenment?
What information about me do stores get via my credit card?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Straighten subgroup lattice
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
Is it safe to harvest rainwater that fell on solar panels?
Flight paths in orbit around Ceres?
Can there be female White Walkers?
How to obtain a position of last non-zero element
Match Roman Numerals
How do PCB vias affect signal quality?
Slides for 30 min~1 hr Skype tenure track application interview
Starting QGIS with virtualenv Python?
The 2019 Stack Overflow Developer Survey Results Are InHow to access QGIS module from my virtualenvHow to solve an installation problem involving QGIS, Python, and a plug-in?Problem loading PyQGISDistribute QGis plugin which depends on certain Python packages“Couldn't load PyQGIS” Error running QGIS on Ubuntu 14.04QuickFinder QGIS plugin generates python errorsIDE (PyCharm) settings for developing with Processing in Linux (Ubuntu)Import Pandas or any Python module into QGIS internal PythonInstalling external python packages for QGIS 3?Python not installed in windows based QGIS on a Mac running ParallelsAdding missing python packages to QGIS Plugin?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
is there any means of telling QGIS to use a different Python installation than the default, system-wide one?
E.g. use some virtualenv Python /myvirtualenv/bin/python
instead of /usr/bin/python
?
Background: I'm developing a custom plugin that uses some modules which are only installed in a certain virtualenv, but not system-wide.
The virtualenv is allowed to access system-wide packages, so the qgis core libs should still be accessible when using that virtualenv.
The only solution that I see right now is to install the required modules in the system-wide Python. However, I'd like to keep them in the virtualenv only, if possible.
qgis qgis-plugins pyqgis qgis-2
add a comment |
is there any means of telling QGIS to use a different Python installation than the default, system-wide one?
E.g. use some virtualenv Python /myvirtualenv/bin/python
instead of /usr/bin/python
?
Background: I'm developing a custom plugin that uses some modules which are only installed in a certain virtualenv, but not system-wide.
The virtualenv is allowed to access system-wide packages, so the qgis core libs should still be accessible when using that virtualenv.
The only solution that I see right now is to install the required modules in the system-wide Python. However, I'd like to keep them in the virtualenv only, if possible.
qgis qgis-plugins pyqgis qgis-2
add a comment |
is there any means of telling QGIS to use a different Python installation than the default, system-wide one?
E.g. use some virtualenv Python /myvirtualenv/bin/python
instead of /usr/bin/python
?
Background: I'm developing a custom plugin that uses some modules which are only installed in a certain virtualenv, but not system-wide.
The virtualenv is allowed to access system-wide packages, so the qgis core libs should still be accessible when using that virtualenv.
The only solution that I see right now is to install the required modules in the system-wide Python. However, I'd like to keep them in the virtualenv only, if possible.
qgis qgis-plugins pyqgis qgis-2
is there any means of telling QGIS to use a different Python installation than the default, system-wide one?
E.g. use some virtualenv Python /myvirtualenv/bin/python
instead of /usr/bin/python
?
Background: I'm developing a custom plugin that uses some modules which are only installed in a certain virtualenv, but not system-wide.
The virtualenv is allowed to access system-wide packages, so the qgis core libs should still be accessible when using that virtualenv.
The only solution that I see right now is to install the required modules in the system-wide Python. However, I'd like to keep them in the virtualenv only, if possible.
qgis qgis-plugins pyqgis qgis-2
qgis qgis-plugins pyqgis qgis-2
edited Apr 6 at 0:30
PolyGeo♦
53.9k1782246
53.9k1782246
asked Jan 27 '15 at 12:43
matze09matze09
484
484
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can first load your virtual environment and then start QGIS in the same terminal where you loaded the virtual environment.
for example in linux:
source /myvirtualenv/bin/activate
qgis
add a comment |
I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f131932%2fstarting-qgis-with-virtualenv-python%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can first load your virtual environment and then start QGIS in the same terminal where you loaded the virtual environment.
for example in linux:
source /myvirtualenv/bin/activate
qgis
add a comment |
You can first load your virtual environment and then start QGIS in the same terminal where you loaded the virtual environment.
for example in linux:
source /myvirtualenv/bin/activate
qgis
add a comment |
You can first load your virtual environment and then start QGIS in the same terminal where you loaded the virtual environment.
for example in linux:
source /myvirtualenv/bin/activate
qgis
You can first load your virtual environment and then start QGIS in the same terminal where you loaded the virtual environment.
for example in linux:
source /myvirtualenv/bin/activate
qgis
edited Apr 6 at 0:30
PolyGeo♦
53.9k1782246
53.9k1782246
answered Jan 29 '15 at 10:21
Tommaso Di BucchianicoTommaso Di Bucchianico
351310
351310
add a comment |
add a comment |
I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:
add a comment |
I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:
add a comment |
I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:
I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:
answered Jan 27 '15 at 12:52
JosephJoseph
58.8k7102207
58.8k7102207
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f131932%2fstarting-qgis-with-virtualenv-python%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown