virtualenv path not changed in Python -


i'm trying use python virtualenv , not sure how change path file,

this did,

  1. created virtualenv
  2. execute path\to\env\scripts\activate within environment

now, i'm trying check path variable nothing has changed, still pointing same old environment

is understanding correct path changed 2) command.

regarding point:

execute path\to\env\scripts\activate within environment

did executing following:

source path\to\env\scripts\activate 

?

doing should change path , prompt temporarily (until execute deactivate).


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -