Making a command line program on linux (Raspbian or Ubuntu)Problems when installing NumPy on MacOS...

Biological Blimps: Propulsion

Did arcade monitors have same pixel aspect ratio as TV sets?

Do Legal Documents Require Signing In Standard Pen Colors?

How do I color the graph in datavisualization?

Is it better practice to read straight from sheet music rather than memorize it?

How much character growth crosses the line into breaking the character

How can we generalize the fact of finite dimensional vector space to an infinte dimensional case?

Is there a working SACD iso player for Ubuntu?

Is there a single word describing earning money through any means?

How can "mimic phobia" be cured or prevented?

Is the U.S. Code copyrighted by the Government?

Is it possible to have a strip of cold climate in the middle of a planet?

How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?

How to explain what's wrong with this application of the chain rule?

What is this called? Old film camera viewer?

What should you do when eye contact makes your subordinate uncomfortable?

Non-trope happy ending?

What are the purposes of autoencoders?

Freedom of speech and where it applies

The Staircase of Paint

Not using 's' for he/she/it

Problem with TransformedDistribution

If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?

Should I stop contributing to retirement accounts?



Making a command line program on linux (Raspbian or Ubuntu)


Problems when installing NumPy on MacOS 10.9.4Issue installing PyPar on Ubuntucannot execute binary file python on mac local machineWhy won't Seaborn install on PyCharm or in the command line?How can I troubleshoot VENVs `--system-site-packages` not mirroring my system?python - macOS terminal ignoring /etc/paths for /usr/local/binDifficulty running pip from command promptRSS parser interacting with another software using Bash or Pythonpipenv module install fails with lmod modules enabledAnaconda can't run Python script in command prompt













0















My objective is to make a program that can be installed and then operated using Terminal.



For example,




  1. Pip is installed

  2. We write pip install numpy in the terminal, and numpy is installed.


Challenges I'm facing:




  1. We write pip in terminal or command line and it understands what pip is. I can't think of a way to get this done.


  2. Once the above objective is completed, I need to pass multiple arguments like instead of install numpy it will look like set color 4.



The language I'm working on is Python and the OS is Raspbian.



Unfortunately, I have no idea if there exists a terminology for such problems, feel free to edit.









share







New contributor




TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    My objective is to make a program that can be installed and then operated using Terminal.



    For example,




    1. Pip is installed

    2. We write pip install numpy in the terminal, and numpy is installed.


    Challenges I'm facing:




    1. We write pip in terminal or command line and it understands what pip is. I can't think of a way to get this done.


    2. Once the above objective is completed, I need to pass multiple arguments like instead of install numpy it will look like set color 4.



    The language I'm working on is Python and the OS is Raspbian.



    Unfortunately, I have no idea if there exists a terminology for such problems, feel free to edit.









    share







    New contributor




    TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      My objective is to make a program that can be installed and then operated using Terminal.



      For example,




      1. Pip is installed

      2. We write pip install numpy in the terminal, and numpy is installed.


      Challenges I'm facing:




      1. We write pip in terminal or command line and it understands what pip is. I can't think of a way to get this done.


      2. Once the above objective is completed, I need to pass multiple arguments like instead of install numpy it will look like set color 4.



      The language I'm working on is Python and the OS is Raspbian.



      Unfortunately, I have no idea if there exists a terminology for such problems, feel free to edit.









      share







      New contributor




      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      My objective is to make a program that can be installed and then operated using Terminal.



      For example,




      1. Pip is installed

      2. We write pip install numpy in the terminal, and numpy is installed.


      Challenges I'm facing:




      1. We write pip in terminal or command line and it understands what pip is. I can't think of a way to get this done.


      2. Once the above objective is completed, I need to pass multiple arguments like instead of install numpy it will look like set color 4.



      The language I'm working on is Python and the OS is Raspbian.



      Unfortunately, I have no idea if there exists a terminology for such problems, feel free to edit.







      linux command-line terminal python raspbian





      share







      New contributor




      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 mins ago









      TotallyNoobTotallyNoob

      11




      11




      New contributor




      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      TotallyNoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          });


          }
          });






          TotallyNoob is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1416849%2fmaking-a-command-line-program-on-linux-raspbian-or-ubuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          TotallyNoob is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          TotallyNoob is a new contributor. Be nice, and check out our Code of Conduct.













          TotallyNoob is a new contributor. Be nice, and check out our Code of Conduct.












          TotallyNoob is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1416849%2fmaking-a-command-line-program-on-linux-raspbian-or-ubuntu%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...