Issue
How to can get the path
of virtualenv
in pipenv?
can configure it to use a custom path for newly created virtualenv
?
Solution
The following should give you the paths
$ pipenv --where
/home/wonder/workspace/myproj
$ pipenv --venv
/home/wonder/PyEnvs/myproj-BKbQCeJj
Answered By - Sewagodimo Matlapeng
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.