From d8b7ebf3ad3921d595be3a45e2c71751dd3bd71f Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Mon, 27 Nov 2023 18:05:13 +0000 Subject: [PATCH] Fix Windows paths Co-authored-by: Matthew Treinish --- releasenotes/notes/terra-nullius-7ef598626d8118c1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/terra-nullius-7ef598626d8118c1.yaml b/releasenotes/notes/terra-nullius-7ef598626d8118c1.yaml index c6c1fe3867b9..d9a49344a18e 100644 --- a/releasenotes/notes/terra-nullius-7ef598626d8118c1.yaml +++ b/releasenotes/notes/terra-nullius-7ef598626d8118c1.yaml @@ -23,7 +23,7 @@ critical: # Install Qiskit (only once). pip install 'qiskit>=1.0' - On Windows, replace ``source /bin/activate`` with ``source /Scripts/activate``. + On Windows, replace ``source /bin/activate`` with ``source \Scripts\activate``. If you are a library author, or have code that depends on Qiskit, you should update any old dependencies on ``qiskit-terra`` to instead depend on ``qiskit``.