Skip to content

Commit

Permalink
Minor changes to instructions for virtualenv activation and directory…
Browse files Browse the repository at this point in the history
… name

A command has been added to indicate how to activate the virtualenv created during the workshop.

The directory under odin-control is called tests, not test in odin-control
  • Loading branch information
josephnobes-stfc committed Sep 11, 2020
1 parent 535335a commit d2013fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion odin-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ created virtual environment CPython3.8.3.final.0-64 in 2470ms
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
```

To activate this virtual environment, execute command:
```
$ source odin-workshop-3.8.3/bin/activate
```

* Clone `odin-control` from GitHub:

Execute command:
Expand Down Expand Up @@ -290,7 +295,7 @@ optional arguments:

Execute commands:
```
$ cd test
$ cd tests
```

```
Expand Down

0 comments on commit d2013fb

Please sign in to comment.