Re: pytz
Posted: Wed Jan 15, 2014 5:16 pm
sudo apt-get install python{,3}-pip
sudo pip install pytz # for python 2
sudo pip3 install pytz # for python 3
sudo pip install pytz # for python 2
sudo pip3 install pytz # for python 3
A small, affordable computer with free resources to help people learn, make things, and have fun
https://www.raspberrypi.org/forums/
https://www.raspberrypi.org/forums/viewtopic.php?f=32&t=66551
Code: Select all
$ sudo easy_install xyz
or
$ sudo pip-3.2 install xyz
or
$ cd extracted_xyz_targz_directory
$ sudo setup.py install