Skip to content

Commit 60d7db2

Browse files
committed
update readme
1 parent c9f691e commit 60d7db2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ To have VS Code default to this portable python, open `Preferences: Open User Se
5151
![alt text](./screenshots/vsCodeUserSettings.png)
5252

5353
In your `settings.json` file, put this line in `"python.defaultInterpreterPath": "${env:PYTHON_CWMS_HOME}\\python.exe"`.
54-
54+
55+
When working with a repo VSCode sometimes has trouble finding the interprator (e.g. python notebook w/ shared workspace). Try searching for `Python: Clear Workspace Interpreter Setting` by pressing `Cntr+Shift+P` and searching for Preferences in the search bar at the top of VS Code.
56+
![alt text](./screenshots/clearWorkspaceSetting.png)
57+
5558
#### Install additional libraries
5659
- To install additional libraries beyond what is in the [requirements_binary_only.txt](./requirements_binary_only.txt) file, open the WinPython powershell included in your python (e.g. `C:\hec\python\pythonCWMS0.8.0\WinPython Powershell Prompt.exe`) and do a pip install from there.
5760

4.1 KB
Loading

0 commit comments

Comments
 (0)