A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://lemmy.nz/post/21454411",
"attributedTo": "https://lemmy.nz/u/absGeekNZ",
"to": [
"https://programming.dev/c/python",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Venv pandoc issue",
"cc": [],
"content": "<p>I can’t get my program to use pandoc from inside a venv.</p>\n<p>I can use pandoc from the system context.</p>\n<p>From inside the venv</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">which pandoc\n</span><span style=\"color:#323232;\">/usr/bin/pandoc \n</span></pre>\n<p>I’ve installed pandoc inside the venv with pip, and confirmed the files are in the venv.</p>\n<p>What am I missing?</p>\n",
"mediaType": "text/html",
"source": {
"content": "I can't get my program to use pandoc from inside a venv.\n\nI can use pandoc from the system context.\n\nFrom inside the venv\n```\nwhich pandoc\n/usr/bin/pandoc \n```\n\nI've installed pandoc inside the venv with pip, and confirmed the files are in the venv.\n\nWhat am I missing?",
"mediaType": "text/markdown"
},
"attachment": [],
"sensitive": false,
"published": "2025-04-12T04:46:02.508146Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://programming.dev/c/python",
"tag": [
{
"href": "https://lemmy.nz/post/21454411",
"name": "#python",
"type": "Hashtag"
}
]
}