2

I have a fresh install of a Ubuntu 14.04 on a flash drive with 4GB persistence space, and I want to install easy_install, pip, ipython, and other external python libraries that can easily be accessed whenever the Live Boot version of Ubuntu is running from that USB.

What is the easiest way to accomplish this? I already tried to do this in general using

sudo apt-get install python-dev python-pip 

as usual, but I quickly learned that any programs/libraries I installed on my persistence drive using this method were thrown away whenever I started a new session of the Live Boot.

Loonuh
  • 121

1 Answers1

0

The easiest way is to follow this Q&A with two small exceptions:

Don't delete the home directory and don't link to an external HDD (steps 4 & 5)

Then you'll have a fully working Ubuntu-on-a-stick… :-)

Fabby
  • 35,017