- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try to follow the below instructions from the terminal.
To login to the compute node,
qsub -I
It is always recommended to create an environment to work on.
To create an environment,
conda create -n [ENV_NAME] -c intel python=3.6
Activate the environment,
source activate [ENV_NAME]
To install packages using pip,
pip install [PACKAGE_NAME] --user
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page