-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup pip3 packages #211
Comments
In # pip
print_pkg_mgr_backup("pip")
command = "pip list --format=freeze"
dest = "{}/pip_list.txt".format(backup_path)
run_cmd_write_stdout(command, dest) Yes, there is. |
@alichtman Oh sorry I didn't realize that, but it seems like I've got a bug then because shallow-backup never backuped any pip packages on my local machine. |
Hmm. Are you sure you use pip and not pip3? |
Oh yeah you’re right I’m using pip3 not pip. I guess we should add pip3 backup then though.
|
Want to open a PR for that? It's the same exact code as for backing up pip, just subbing in |
Fix included in #205 |
I leave issues open until fixes are merged in. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm wondering why this hasn't been requested yet but theres no backup of pip packages at the moment.
The text was updated successfully, but these errors were encountered: