Skip to content

Instantly share code, notes, and snippets.

View hoai97nam's full-sized avatar

JoeB hoai97nam

View GitHub Profile
$ git clone https://github.com/jetsonhacks/buildJetsonTX2Kernel.git`
$ cd buildJetsonTX2Kernel
(new-env) C:\Users\admin>python
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'3.4.2'
## Package Plan ##
environment location: D:\Anaconda3\envs\new-env
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
@hoai97nam
hoai97nam / commands
Created June 15, 2020 08:02
cmd python installations
>>> import cv2
>>> cv2.__version__
@hoai97nam
hoai97nam / command_prompt
Created June 15, 2020 07:59
cmd python íntallations
C:\Users\admin>python
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
@hoai97nam
hoai97nam / command_prompt
Created June 15, 2020 07:58
cmd python installations
pip install numpy
pip install matplotlib
@hoai97nam
hoai97nam / command_promt
Created June 15, 2020 07:50
cmd in python installations
C:\Users\admin>python
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>