Donna
Donna
On a previous computer I used the command pip install -U pyvisa, but it was single user. I am attempting to use this same command with a multi-user install on...
On a previous computer I used the command pip install -U pyvisa, but it was single user. I am attempting to use this same command with a multi-user install of...
Answer to #215. In a multi-user install of Anaconda, you must use the (pip install -U pyvisa) command from the C:\ProgramData\Anaconda3\Scripts directory and NOT from the C:\Users\Username\ directory where the...