Skip to content

Commit 9ddb8c8

Browse files
authoredMay 9, 2024··
Add a note about conda env to dev doc (#6592)
1 parent f79f902 commit 9ddb8c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎docs/dev/development.md

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ See the previous section for instructions.
122122

123123
(When you later open another terminal, you can activate the virtualenv with `workon cirq-py3`.)
124124

125+
**Note:** Some highly managed or customized devices have configurations that interfere with `virtualenv`.
126+
In that case, [anaconda](https://www.anaconda.com/) environments may be a better choice.
127+
125128
3. Check that the tests pass.
126129

127130
```bash

0 commit comments

Comments
 (0)
Please sign in to comment.