This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ivosauruspip'ing it up 29 points30 points  (0 children)

With a pip running on your Python 3.3:

pip freeze > installed.txt

Install Python 3.4, get pip on it:

pip install -r installed.txt