Python Virtual Environment (virtualenv) File Path Logic/ Errors
Trying to establish a virtual environment and tried the following command: virtualenv --python=/var/bin/python --clear --no-site-packages --unzip-setuptools --setuptools ~/v
Solution 1:
Try using this path instead:
/usr/bin/python
or find out the real path with
which python
Post a Comment for "Python Virtual Environment (virtualenv) File Path Logic/ Errors"