This topic created in 3426 days ago, the information mentioned may be changed or developed.
5 replies • 2017-03-07 22:54:35 +08:00
 |
|
1
billyzs Mar 3, 2017
$ pip install virtualenvwrapper $ export WORKON_HOME=~/.envs $ mkvirtualenv my_env
|
 |
|
2
menduo Mar 7, 2017
$ pyenv shell 3.5.0 && pip install virtualenv && virtualenv venv && source venv/bin/activate
|
 |
|
5
menduo Mar 7, 2017
@ aznfy YOU ARE VERY WELCOME!!! 😀😀😀
|