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;








9















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.










share|improve this question






























    9















    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.










    share|improve this question


























      9












      9








      9


      1






      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 6 at 0:30









      PolyGeo

      53.9k1782246




      53.9k1782246










      asked Jan 27 '15 at 12:43









      matze09matze09

      484




      484




















          2 Answers
          2






          active

          oldest

          votes


















          6














          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





          share|improve this answer
































            1














            I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:



            System Environment






            share|improve this answer























              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
              );



              );













              draft saved

              draft discarded


















              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









              6














              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





              share|improve this answer





























                6














                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





                share|improve this answer



























                  6












                  6








                  6







                  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





                  share|improve this answer















                  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






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  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























                      1














                      I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:



                      System Environment






                      share|improve this answer



























                        1














                        I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:



                        System Environment






                        share|improve this answer

























                          1












                          1








                          1







                          I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:



                          System Environment






                          share|improve this answer













                          I cannot guarantee this will work but perhaps you could try setting a custom variable to load your python version:



                          System Environment







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 27 '15 at 12:52









                          JosephJoseph

                          58.8k7102207




                          58.8k7102207



























                              draft saved

                              draft discarded
















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

                              QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

                              PDF-ში გადმოწერა სანავიგაციო მენიუproject page