virtualenv path not changed in Python -
i'm trying use python virtualenv , not sure how change path file,
this did,
- created virtualenv
- 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
Post a Comment