Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
32
rated 0 times [  32] [ 0]  / answers: 1 / hits: 231084  / 2 Years ago, tue, may 17, 2022, 2:06:47

What is the best way to install Python packages in Ubuntu 11? I am a recent convert to Ubuntu and want to learn best practices.



For context, I am looking to install the tweeststream package, but I did not see it in my Synaptic package manager. Also, I am very new to programming, but I usually can follow along with code samples.


More From » python

 Answers
6

I think best way for you would be to install Python packaging system like "python-pip". You can install it with Synaptic or Ubuntu Software Center.



Pip will allow you to easy install and uninstall Python packages, simply as pip install package.
In your case it would be something like this from terminal:



sudo pip install tweeststream

[#40976] Thursday, May 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itteast

Total Points: 291
Total Questions: 123
Total Answers: 104

Location: Tuvalu
Member since Wed, Mar 29, 2023
1 Year ago
;