Python Forum
How do I pick the right python in Linux env?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I pick the right python in Linux env?
#1
How do I pick the right python in Linux env?
============================================

Thanks for reviewing my threads. I have a pyhton code developed in Windows Eclipse PyDev IDE. As I place this code in Linux environment, I am finding some challenges.

I added

#!/usr/bin/env python

to code in linux box xmlcode.py.

I find many python version like Python 2.3, 2.6, 3.2 etc

I made this code file to have execute privilege.

./xmlcode.py ==> throw file not found.

python xmlcode.py ==> not producing output

I find /usr/lib64/python2.6/site-packages/lxml in linux server

but import xml.etree.ElementTree as ET
from lxml import etree

not picking up in my code run

How do I pick the correct python version env for my code?

How do I bring xml.etree.ElementTree , lxml to above correct python version env?

What are the linux env (variable) set up required for my code to work?

Thanks for your guidance.
Reply


Messages In This Thread
How do I pick the right python in Linux env? - by MDRI - Jun-24-2020, 03:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux, Python, C ++, Brain2 and errors. PiotrBujakowski 0 962 Jun-24-2024, 03:41 PM
Last Post: PiotrBujakowski
  Is possible to run the python command to call python script on linux? cuten222 6 2,302 Jan-30-2024, 09:05 PM
Last Post: DeaD_EyE
  Python syntax in Linux St0rmcr0w 2 66,239 Jul-29-2021, 01:40 PM
Last Post: snippsat
  where to get portable Python for Linux (Fedora)? python001 5 8,730 Nov-01-2020, 05:23 PM
Last Post: Larz60+
  Python in Linux environment on RPI kendias 22 14,257 Sep-05-2020, 03:04 AM
Last Post: K_Research
  control a linux program with python Fifoux082 9 5,530 May-08-2020, 04:24 PM
Last Post: Fifoux082
  Python version on Linux whois1230 5 4,713 Apr-10-2020, 07:12 PM
Last Post: buran
  Unable to install python-wnck python-imaging on Void Linux linuxlight 1 3,968 Mar-08-2020, 03:53 AM
Last Post: Larz60+
  Python in Kali Linux coolcassie 2 9,463 Dec-02-2019, 12:48 PM
Last Post: coolcassie
  Python on Linux, Total Noob to Both halcyon 4 4,164 May-27-2019, 10:40 AM
Last Post: heiner55

Forum Jump:

User Panel Messages

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