Search results

  1. L

    Installing python library's

    Thanks it works now i had to make a enviroment using: python3 -m venv tutorial-env then i had to install the library's after activating the enviroment using: source tutorial-env/bin/activate then chose it on visual studio code As you can see import requests isn't underlined no more...
  2. L

    Installing python library's

    Then why can't i run it with visual studio code?
  3. L

    Installing python library's

    luuk@pop-os:~$ dpkg --list | egrep "requests|colorama" ii python3-colorama 0.4.4-1 all Cross-platform colored terminal text in Python - Python 3.x ii python3-requests 2.25.1+dfsg-2...
  4. L

    Installing python library's

    i've now tried that but it doesn't work still the same error.
  5. L

    Installing python library's

    I would like to make a webscraper in python but it won't even let me install a library, as you can see i typed the right command (i think its the right one (: ). but when i try to run my python it won't do it because it says that the library isn't installed. Does anyone know what is wrong and a...
  6. L

    Making a shortcut of xampp

    Thanks!!! it works! well i don't get what i am supposed to do with this username ALL=(root) NOPASSWD: /opt/lampp/manager-linux-x64.run but setting the terminal to true makes the shortcut work!! i am so happy right know!
  7. L

    Desktop Shortcut of Xampp

    i have tried this but this doesn't work
  8. L

    Desktop Shortcut of Xampp

    i already have xampp installed and it runs fine wen i put in the command sudo /opt/lampp/manager-linux-x64.run i would like a shortcut on the desktop that when i click it it opens xampp control panel.
  9. L

    Making a shortcut of xampp

    @dos2unix i already have installed xampp and it works fine when i do sudo /opt/lampp/manager-linux-x64.run but i don't want to type this command in everytime i want to open xampp and i thought that there could be a way to create a shortcut or a script so that i can just run that on the desktop...
  10. L

    Making a shortcut of xampp

    i also tried this but it also doesn't work, it does show the icon.
  11. L

    Making a shortcut of xampp

    @dos2unix i tried it but it doesn't work, it won't open anyting.
  12. L

    Making a shortcut of xampp

    the file is now #!/bin/bash sudo /opt/lampp/manager-linux-x64.run but it stil doesn't work
  13. L

    Making a shortcut of xampp

    i just installed linux but i want to use xampp cause i always did on windows but you have to always open it trough the terminal cause you need to open it as root but i tought i could make my own script so that i would be able to open xampp by just pressing the shortcut on my desktop but i can't...
Top