You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to start a ptpython session while in a virtualenv, where it doesn't use the system python?
Note this is with ptpython installed in my system packages, not within the virtualenv.
For example, one can do virtualenv --python /path/to/my/python to specify the interpreter. Is something is similar possible w/ ptpython?