You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,9 @@ Setting up the dev environment
3
3
To isolate dependencies from your global python installation, it is important to use a tool like
4
4
[virtualenv](https://virtualenv.pypa.io/en/stable/). With `virtualenv` you can install the dev environment by doing the following.
5
5
6
-
Another option would be to use docker directly, i.e.
6
+
Another option would be to use docker directly, i.e.
7
7
```bash
8
8
docker run -it -v `echo $PWD`:/root python:3.6.8 bash
9
-
docker run -it -v `echo $PWD`:/root python:2.7.12 bash
10
9
11
10
```
12
11
@@ -28,7 +27,7 @@ Requirements:
28
27
Developing using Github CodeSpaces
29
28
----------------------------------
30
29
31
-
The same development container setup used for local VSCode also works with GitHub CodeSpaces. If you have CodeSpaces enabled in your Github account then can just create a CodeSpace from the repoand start coding.
30
+
The same development container setup used for local VSCode also works with GitHub CodeSpaces. If you have CodeSpaces enabled in your Github account then can just create a CodeSpace from the repoand start coding.
32
31
33
32
In order to test the CLI against a Databricks cluster you can define the these secrets for your CodeSpace so you don't have to run `databricks init` eacht time you open it:
0 commit comments