Python Forum
Need help i just started the whole thing
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help i just started the whole thing
#16
(Sep-12-2022, 07:21 PM)gabriel789 Wrote:
(Sep-12-2022, 06:19 PM)snippsat Wrote: As you now use Ubuntu it come with Python installed.
You seems a little lost on most of the basic of this.
Here a test you can do from Terminal,i use Mint here but command are the same on Ubuntu.
# Test Python version installed error try: python3 -V
tom@tom-VirtualBox:~$ python -V
Python 3.10.5

# Test that pip install error try: pip3
tom@tom-VirtualBox:~$ pip -V
pip 22.0.4 from /home/tom/.pyenv/versions/3.10.5/lib/python3.10/site-packages/pip (python 3.10)

# list files
tom@tom-VirtualBox:~$ ls
hello.py  output.txt

# Example running Python(.py) file
tom@tom-VirtualBox:~$ python hello.py
hello world
Dos not pip or pip3 work do this.
# Update
sudo apt update
sudo apt -y upgrade

# Install pip3
sudo apt install -y python3-pip
Then test again
pip3 -V

When this work can eg install PyChram that you talk about.
sudo snap install [pycharm-professional|pycharm-community] --classic

i had to install pip. i also tryed the installation of pycharm but the link doesent work

i installed pycharm is there anything else i need to install
Reply


Messages In This Thread
RE: Need help i just started the whole thing - by gabriel789 - Sep-12-2022, 07:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I am confused with the key and value thing james1019 3 1,107 Feb-22-2023, 10:43 PM
Last Post: deanhystad
  Cannot get started standenman 4 1,396 Feb-22-2023, 05:25 PM
Last Post: standenman
  i making a terminal sign up website thing Kenrichppython 1 1,814 Nov-04-2021, 03:57 AM
Last Post: bowlofred
  use thing before self sylvanas 3 2,481 Jul-21-2021, 04:54 PM
Last Post: sylvanas
  Not able to make a specific thing pause in pygame cooImanreebro 4 3,457 Dec-13-2020, 10:34 PM
Last Post: cooImanreebro
  Can't even get started dr6 1 1,722 Aug-18-2020, 04:38 PM
Last Post: Larz60+
  Help with list thing please Yeyzon 1 2,150 Apr-19-2019, 07:51 AM
Last Post: snippsat
  Printing one thing from a list bidoofis 1 2,437 Feb-05-2019, 09:02 PM
Last Post: ichabod801
  Getting started mba_110 0 1,797 Jan-18-2019, 05:23 PM
Last Post: mba_110
  I found weird thing. catastrophe_K 1 2,182 Sep-29-2018, 09:59 AM
Last Post: gruntfutuk

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020