Created
April 8, 2021 00:35
-
-
Save ccortezb/346ac564c18d52c6e12c5c661b8dbc37 to your computer and use it in GitHub Desktop.
create_virtual_env_python36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ comprehend-nlp01 virtualenv -p `which python3.6` nlp01 | |
created virtual environment CPython3.6.5.final.0-64 in 486ms | |
creator CPython3Posix(dest=/Users/carlos/repos/cc/nlp/comprehend-nlp01/nlp01, clear=False, global=False) | |
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/carlos/Library/Application Support/virtualenv) | |
added seed packages: pip==20.1.1, setuptools==47.3.1, wheel==0.34.2 | |
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment