mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #133] Terravision not found error #75
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#75
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 @sagardange03 on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/133
Hi Team,
I have downloaded and install all the required External Dependencies for all versions.
After followed all the mentioned steps in readme doc,
Quickstart
Install all external dependencies as listed above
Clone the repo git clone https://github.com/patrickchugh/terravision.git
Get the working directory (full path) by doing cd terravision and doing pwd.
Add the terravision folder to your PATH value e.g. export PATH=$PATH:/Users/ so you can run it from anywhere. would be the output from line 3.
Install python requirements cd terravision && pip install -r requirements.txt
Ensure your terravision python script is executable with chmod +x terravision
Run terravision and specify your Terraform source files in the format:
$ terravision draw --source ~/src/my-terraform-code
But I am facing issue terravision not found after run this "terravision --help",
Please help me to resolve this or let me know if any other reference document is available.
@patrickchugh commented on GitHub (Dec 16, 2025):
fixed with latest code