Close

Dear All, there are two channels for you to follow our research. 

1. We started a newsletter called Thoughts on Composites Modeling on LinkedIn. Please subscribe to it to get informed about our research and ideas we want to share with the community.

2. We moved our discussion forum to github at wenbinyugroup · Discussions · GitHub as it has more features which can serve you better. 

Wenbin 

Close

Wiki

Main Page /

How to setup Python environment on cdmHUB Linux workstation

Setup Python virtual environment

The purpose is to setup a Python virtual environment for code development and testing. This is realized by using the Anaconda environment.

Use Anaconda

Start the Linux Workstation tool. A default terminal should be opened automatically. The command prompt is something like the following:

user_name@cdmhub_session:~$

To use the Anaconda environment, type

  use anaconda-6

Then for the follow-up question, input y for yes:

Do you want to make 'use anaconda-6' persistent? (y/n) y

Create virtual environments

Configure start-up file

Created on , Last modified on