Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Flask installation

    Help wanted · · · – – – · · ·
    2
    5
    297
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Lehlogonolo Frank
      Lehlogonolo Frank last edited by

      I want to configure flask and use it with notepad++

      Issues are;

      1. Command prompt doesn’t process my “python -V” entry
      2. Other methods are outdated

      Is there anything i can try? Please help

      I have already setup python and is configured well for notepad. I need flask too

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        Ekopalypse @Lehlogonolo Frank last edited by

        @Lehlogonolo-Frank

        Command prompt doesn’t process my “python -V” entry

        How did you do that exactly? Via Run Menu from Npp?
        Did you use cmd /k python -V ?

        Other methods are outdated

        Means what? Which methods you are talking about?

        I need flask too

        pip install ?

        1 Reply Last reply Reply Quote 1
        • Lehlogonolo Frank
          Lehlogonolo Frank last edited by

          I used cmd /k python -V
          The other method i tried was to run pyvenv file located inside my installed python file

          1 Reply Last reply Reply Quote 0
          • Lehlogonolo Frank
            Lehlogonolo Frank last edited by

            Perhaps you could guide me on installing flask via pip install

            Ekopalypse 1 Reply Last reply Reply Quote 0
            • Ekopalypse
              Ekopalypse @Lehlogonolo Frank last edited by Ekopalypse

              @Lehlogonolo-Frank

              1. You need to be more descriptive.
                If you used a command and it doesn’t work you need to provide the error message
                you got in order for one to find out what the issue could be.

              2. How exactly did you setup python and how do you want it to be used?

              Perhaps you could guide me on installing flask via pip install

              pip install flask but only if you want it to be installed for the main python installation
              if you want it to have in an env you need to activate it first and then run the
              command within this virtual environment.

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Copyright © 2014 NodeBB Forums | Contributors