mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #195] asciinema: option -w not recognized. See 'asciinema --help'. #759
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#759
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexylem on GitHub (Feb 24, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/195
I am on Raspbian Jessie Lite (latest) on a Raspberry Pi.
I installed with
Here is the pb:
http://asciinema.org/a/8q8rlvzmixji3nk7qa0u86zvn
Thanks for your help.
@ku1ik commented on GitHub (Feb 24, 2017):
Raspbian probably has very old asciinema version. I guess 0.9.8.
@alexylem commented on GitHub (Feb 24, 2017):
Got the desired version doing:
Maybe a hint on how I could use it directly invoking
asciinema?python3 -m asciinemaonly works from withinasciinemarepo.@ku1ik commented on GitHub (Feb 24, 2017):
You can install the latest version with pip:
sudo pip3 install asciinema@alexylem commented on GitHub (Feb 24, 2017):
Thanks