1

On page 13 of Python Automation Cookbook,

Then, add the following variables to your sheet startup script, these normally being .bashrc or .bash_profile. The virtual environments will be installed under the WORKON_HOME directory instead of the same directory as the project, as shown previously:

export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh`enter code here`

This book supposes readers are using the Linux system. I don't know how can I do it under windows.

I search "Edit the system environment variables"

enter image description here

Click on the "Environment Variables" button and then click on the "New" button under "System Variables", it gives me

enter image description here

What should I fill in these blanks?

user8314628
  • 1,952
  • 2
  • 22
  • 46

0 Answers0