Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 12680  / 1 Year ago, thu, may 25, 2023, 7:14:23

I want to download the Python on my Ubuntu 12.04, but I run it on USB flash drive. Do I have any choice to let the Python download on my flash drive? FYI it is my first time touching Ubuntu so try to make it simple.


More From » python

 Answers
1

If you want to run python in Ubuntu, just open a terminal with Ctrl-Alt-T and execute this command



python


Then you will have an interactive python interpreter running in the termnal.



I am assuming you want to run python portably from the USB drive and use it anywhere with Linux system. You can achieve this by downloading portable python from this site




  1. Download it


  2. Install it to your USB drive



    I am quoting from the site




    Portable Python can be installed on any USB storage device, local hard drive or network location. It is possible to install several different distributions of Portable Python on the same USB storage device (or local hard drive) and have them running side by side. This makes Portable Python ideal environment to test your code with different Python engines.



  3. Then run from the USB directly to program python




Enjoy Portable Pythonning!!


[#35368] Friday, May 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uffno

Total Points: 283
Total Questions: 93
Total Answers: 111

Location: Saint Vincent and the Grenadines
Member since Thu, Oct 15, 2020
4 Years ago
uffno questions
Thu, Sep 2, 21, 18:08, 3 Years ago
Sun, Apr 2, 23, 15:15, 1 Year ago
Sat, Jan 8, 22, 16:37, 2 Years ago
;