Skip to content

Commit

Permalink
Add troubleshooting pointer for venv errors (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbutlerbb4 authored May 20, 2020
1 parent 00504fe commit 9eec3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,5 @@ To understand how each feature is implemented and its current status, please vis
## Troubleshooting
When you encounter permission issues related to ServiceAccount, refer to [Servince Account and RBAC doc](sa-and-rbac.md)
- When you encounter permission issues related to ServiceAccount, refer to [Servince Account and RBAC doc](sa-and-rbac.md)
- If you run into `bad interpreter: No such file or director` when trying to use python's venv, remove the current virtual environment in the .venv directory and create a new one using `virtualenv .venv`

0 comments on commit 9eec3ed

Please sign in to comment.